Commit Graph

52 Commits (55c6aba9727b0243045cf056b0137e55beeefaed)

Author SHA1 Message Date
Stefano Rivera 6a46458f1f Check for TrashPermissionError rather than guess
5 years ago
Ram Rachum 7d375282a9 Fix exception causes all over the codebase
6 years ago
Shane Canon b5b44eb520
Fix for recursive symlink issue #4669 (#4670)
6 years ago
Kevin Bates df887b2edf
Check for invalid characters prior to rename (#5193)
6 years ago
Kerwin.Sun b5f5c9500e remove py2 dependence
7 years ago
Maxime Mouchet 48915c0ad7 Split logic
7 years ago
Maxime Mouchet 1566dd1712 List hidden files if allowed (#3812)
7 years ago
Thomas Kluyver f63af7376b Don't trash non-empty directories on Windows
8 years ago
Celina Kilcrease 174e724174 get file size in base model
8 years ago
Celina Kilcrease 8cc9734c77 merged changes
8 years ago
Celina Kilcrease acc2056e05 fixed filesize
8 years ago
Celina Kilcrease ff8e1cc983 only get filesize for files and notebooks
8 years ago
Celina Kilcrease d19f97017f fixed filesize
8 years ago
Celina Kilcrease 3315dbd55f only get filesize for files and notebooks
8 years ago
Ashley Teoh 3650cc7cb4 adding file size to model
8 years ago
Min RK 6ac6f97b80
Merge pull request #3304 from takluyver/trash-linux-home-only
8 years ago
Simon Biggs fa803ba238 import _
8 years ago
Thomas Kluyver 4200ea7c09 Don't trash files on different device to home dir on Linux
8 years ago
Daniel Farrell 605eaa72be Added a flag to allow access of hidden files (#2819)
8 years ago
Kirit Thadaka 051cee61a5 Squashed all commits. Tests pass.
9 years ago
Min RK 1eb970074b fix save-script deprecation
9 years ago
Min RK aa461d9e06 Merge pull request #1968 from takluyver/delete-to-trash
9 years ago
Min RK a69ddb6655 register contents_manager.files_handler_class directly
9 years ago
Thomas Kluyver 3115f0602f deprecated name warn() -> warning()
9 years ago
Thomas Kluyver 1e511c5ebf Catch OSError when getting file mtime & ctime
9 years ago
Thomas Kluyver 1849b80287 Merge branch 'master' into delete-to-trash
9 years ago
Grant Nestor 5192d72c63 Merge pull request #2656 from agermanidis/master
9 years ago
Anastasis Germanidis a82a510199 Use static file handler when files are local
9 years ago
John Emmons f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
9 years ago
Thomas Kluyver c17eb4ce8e Handle invalid file timestamps
9 years ago
dhirschf 1975bf830f Addressed review comments
9 years ago
dhirschf 6bb89b717a Workaround for Windows Containers
9 years ago
Min RK 122cbf6785 typo in log command
9 years ago
Min RK 2e52d15522 add missing `@default` decorator on checkpoints_class
9 years ago
Min RK 8b76de80be move tz utils to top-level private module ._tz
9 years ago
Thomas Kluyver ad3ab9b8c7 Send files to OS trash mechanism on delete
10 years ago
Thomas Kluyver ee4b9ce598 Allow None for post_save_hook
10 years ago
Thomas Kluyver 1de0423448 Improve performance of directory listing
10 years ago
Min RK 92d3f4235d Merge pull request #1359 from blink1073/generic-session
10 years ago
Min RK f96feb5e8b fix os.path.samefile backport on py2 + Windows
10 years ago
Pierre 2ae49c84f9 [Post save hook] Raise web.HTTPError on fail
10 years ago
Sylvain Corlay a91af4d642 Update traitlets API
10 years ago
Steven Silvester cbdb8f1ceb Fix method name
10 years ago
Steven Silvester fb8943b676 Check for a directory in get_kernel_path
10 years ago
Safia Abdalla 7a8aa92b73 Add same_file check in rename_file
10 years ago
Diego Mesa 482ed8a5a3 updating log.warn to log.warning
10 years ago
Matthias Bussonnier e4ec5ba3f3 Be more explicit about deprecation.
10 years ago
Edd Barrett 1deb96999f Don't crash if a filename contains invalid unicode.
11 years ago
Min RK cc32f165e8 Merge edit-redirect fix
11 years ago
Min RK f64aa490e3 set model mimetype, even when content=False
11 years ago