summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-4/+4
| | | | | | | | | | * introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0
* [tx-robot] updated from transifexNextcloud bot2016-10-252-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+4
|
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-36/+5
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-281-55/+1
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-271-55/+1
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | 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.: ↵Steven Bühner2016-09-201-4/+7
| | | | | | | | "/files_trashbin/...")
* | 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 ↵Steven Bühner2016-09-201-23/+23
| | | | | | | | deleted.
* | Fiy typoSteven Bühner2016-09-201-1/+1
| |
* | Emit Hooks for each file bevore and after all files in trashbin have been ↵Steven Bühner2016-09-201-3/+32
|/ | | | deleted.
* [tx-robot] updated from transifexNextcloud bot2016-09-152-0/+6
|
* Merge pull request #1338 from nextcloud/fix-trashbin-errorsRoeland Jago Douma2016-09-131-0/+2
|\ | | | | Opening the trashbin causes errors in log for files without preview
| * Opening the trashbin causes errors in log for files without previewMorris Jobke2016-09-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon.
* | detect the correct mimetype of the files in the trashbin, therefore we have ↵Bjoern Schiessle2016-09-091-2/+3
|/ | | | to check the filename without the appended timestamp
* [tx-robot] updated from transifexNextcloud bot2016-09-072-2/+2
|
* Fix getMock files_trashbinRoeland Jago Douma2016-09-062-3/+5
|
* [tx-robot] updated from transifexNextcloud bot2016-09-014-12/+12
|
* Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-292-0/+133
| | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* Add viewBox to app iconsRoeland Jago Douma2016-08-171-0/+1
| | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
* Skip version and trash expiry for users that never logged inJörn Friedrich Dreyer2016-08-101-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2016-08-072-2/+2
|
* Fix error message while restoring all filesMorris Jobke2016-07-251-2/+1
| | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Update with robinJoas Schilling2016-07-219-9/+9
| |
* | Fix apps/Joas Schilling2016-07-2127-46/+73
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-072-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-062-2/+2
|
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-262-0/+24
|\
| * Fix trashed file name corruption when rerendering trashbin listVincent Petry2016-06-232-0/+24
| | | | | | | | | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list.
* | no need to mention ownCloud explicitelyBjoern Schiessle2016-06-201-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-036-6/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-022-4/+4
|
* Update license headersLukas Reschke2016-05-2622-29/+32
|
* Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-231-1/+1
|\ | | | | Add wrapper for NFD encoding workaround
| * Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-222-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-05-192-0/+4
|
* Background jobs from info.xml (#24582)Joas Schilling2016-05-123-26/+4
| | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-1218-14/+16
|
* Merge pull request #24401 from owncloud/trash-list-cacheVincent Petry2016-05-101-46/+38
|\ | | | | use the cache for trash listing
| * use the cache for trash listingRobin Appelman2016-05-031-46/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-102-4/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-082-0/+2
| |