summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated isEnabled call from files_trashbinJulius Härtl2018-01-311-1/+1
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+4
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-2/+2
* Cleanup unused codeMorris Jobke2018-01-261-2/+0
* Use type casting instead of *val() methodMorris Jobke2018-01-261-4/+4
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+5
* check userExists later, saves lookups for appData_INSTANCEID useridsArthur Schiwon2017-12-011-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-067-2/+16
* Remove unneeded check if app is enabledMorris Jobke2017-10-231-4/+2
* allow apps to control the trash binBjoern Schiessle2017-09-152-2/+117
* Fix comparisions in the trashbin appJoas Schilling2017-08-012-2/+2
* Delete trash using node API to trigger preview deletionRoeland Jago Douma2017-07-241-6/+23
* Improve logging of trash bin inconsistenciesMorris Jobke2017-06-231-1/+1
* Handle more error casesMorris Jobke2017-05-021-0/+2
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* Merge pull request #3998 from nextcloud/backport-27032Roeland Jago Douma2017-03-231-1/+5
|\
| * Use the expected method depending on the target being a file or folderJuan Pablo Villafáñez2017-03-221-1/+5
* | fix path for files from root folderMorris Jobke2017-03-221-1/+5
* | In the real world id is an initial filenameVictor Dubiniuk2017-03-201-3/+4
|/
* delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-141-7/+25
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* Merge pull request #2819 from nextcloud/trash-ext-link-uselinkownerRoeland Jago Douma2016-12-231-0/+10
|\
| * Fallback to share link owner when no owner foundVincent Petry2016-12-221-0/+10
* | make code more robustBjoern Schiessle2016-12-211-10/+25
* | check for class name in case class is not loadedBjoern Schiessle2016-12-211-2/+1
* | add a copy to the owners trash bin if another user moves a file out of a shar...Bjoern Schiessle2016-12-212-10/+67
|/
* More testsRoeland Jago Douma2016-11-031-5/+0
* Move over files_trashbinRoeland Jago Douma2016-11-031-0/+124
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-4/+4
* Also fire a bulk pre- and post-delete hookSteven Bühner2016-09-201-3/+14
* Always use the same relative Path (Starting from users home dir. i.e.: "/file...Steven Bühner2016-09-201-4/+7
* Take the same path (with /USERNAME/ as base) for every emmited hooksSteven Bühner2016-09-201-2/+2
* Emit hooks for each file before and after all files in trashbin have been del...Steven Bühner2016-09-201-23/+23
* Fiy typoSteven Bühner2016-09-201-1/+1
* Emit Hooks for each file bevore and after all files in trashbin have been del...Steven Bühner2016-09-201-3/+32
* detect the correct mimetype of the files in the trashbin, therefore we have t...Bjoern Schiessle2016-09-091-2/+3
* Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-291-0/+127
* Skip version and trash expiry for users that never logged inJörn Friedrich Dreyer2016-08-101-1/+1
* Update with robinJoas Schilling2016-07-214-4/+4
* Fix apps/Joas Schilling2016-07-2111-18/+29
* Update license headersLukas Reschke2016-05-269-12/+12
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-1/+1
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-1211-0/+226
* use the cache for trash listingRobin Appelman2016-05-031-46/+38
* Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-201-39/+12
* apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
* Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1