summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [stable9.1] Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-232-0/+133
| | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* Skip version and trash expiry for users that never logged in (#25745)Jörn Friedrich Dreyer2016-08-101-1/+1
|
* 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.
* [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
|/
* get the actual user instead of a federated cloud idBjoern Schiessle2016-02-181-40/+62
| | | | | | $view->getUidAndFilename($filename); returns the federated cloud id in case of a federated share. But in this case we need the local user who "owns" the file which is the current logged in user in case of a federated share
* Merge pull request #22451 from owncloud/use-proper-user-folderThomas Müller2016-02-171-6/+10
|\ | | | | Handles null as return code and uses proper UserFolder in trashbin
| * Handles null as return code and uses proper UserFolder in trashbinMorris Jobke2016-02-161-6/+10
| |
* | Don't resize trash when no userVincent Petry2016-02-161-2/+5
|/ | | | Happens when overwriting files on federated shares.
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-4/+1
|
* Merge pull request #21844 from owncloud/drop-image-pathThomas Müller2016-01-251-2/+2
|\ | | | | Remove OC_Helper::imagePath and use the proper public interface
| * Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-252-0/+4
|/
* Merge pull request #21117 from owncloud/owner-file-existsThomas Müller2016-01-151-13/+6
|\ | | | | Only return an owner if the file exists + improved getUidAndFilename
| * handle not found in trash hookRobin Appelman2016-01-111-1/+5
| |
| * de-deplicate getUidAndFilenameRobin Appelman2016-01-111-12/+1
| |