summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-072-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-302-2/+2
|
* Merge pull request #24111 from owncloud/chunk-users-in-background-jobsBjörn Schießle2016-04-212-40/+12
|\ | | | | Chunk the users correctly in the trashbin and versions background job
| * Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-202-40/+12
| |
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-202-9/+24
|\ \ | | | | | | SharedStorage to new sharing code + cleanup
| * | Fix testsRoeland Jago Douma2016-04-192-9/+24
| |/
* / filter hidden files on the web interfaceChristoph Wurst2016-04-191-1/+2
|/ | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-132-2/+4
|
* apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-302-3/+3
| | | | | | Fix also a wrong word. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* set watch policy in testRobin Appelman2016-03-211-9/+24
|
* Merge pull request #22785 from owncloud/trash-returnfalseon401Thomas Müller2016-03-071-0/+4
|\ | | | | Return false on 401 in file list + trash file list
| * Return false on 401 in file list + trash file listVincent Petry2016-03-031-0/+4
| | | | | | | | | | This gives a chance to the global ajax error handler to do its work if the session expired.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-054-0/+4
| |
* | Properly check path validity before deleting to trashVincent Petry2016-03-041-1/+1
| | | | | | | | | | This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-042-0/+10
|/
* Increase all versions on master which is now 9.1Joas Schilling2016-03-021-2/+2
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-012-2/+0
|
* Update author informationLukas Reschke2016-03-012-1/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Make more action icons themable + style fixesVincent Petry2016-02-251-6/+4
| | | | | Action icons now appear properly in public link page. More actions are now CSS icons.
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-4/+2
| | | | This makes theming of file actions possible
* Merge pull request #22628 from owncloud/fix-thrashbin-cronjobThomas Müller2016-02-251-0/+6
|\ | | | | Skip users with no trashbin
| * Skip users with no trashbinVictor Dubiniuk2016-02-241-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2510-2/+24
|/