aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge pull request #21544 from owncloud/trashbin-permissionsThomas Müller2016-01-151-0/+3
|\ \ | | | | | | set etag and permission fields for trashbin entries
| * | set etag and permission fields for trashbin entriesRobin Appelman2016-01-081-0/+3
| |/
* / Happy new year!Thomas Müller2016-01-1228-35/+43
|/
* Merge pull request #21498 from owncloud/cleanup-OC_DBThomas Müller2016-01-071-6/+0
|\ | | | | Cleanup OC_DB methods
| * Remove OC_DB::dropTableMorris Jobke2016-01-071-6/+0
| |
* | Remove deprecated shipped flag from info.xml which has no use anymoreJoas Schilling2016-01-071-1/+0
| |
* | Add ownCloud min and max version for shipped appsJoas Schilling2016-01-071-1/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-072-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-01-052-0/+4
|
* Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeTypeThomas Müller2015-12-182-2/+2
|\ | | | | Use proper public API for OC_Helper::getFileNameMimeType
| * Use proper public API for OC_Helper::getFileNameMimeTypeMorris Jobke2015-12-172-2/+2
| |
* | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-2/+4
| | | | | | | | Replaced with proper OCP calls
* | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
|/ | | | | All function calls are replaced with the recommended (which was already the body of the function).
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-172-4/+4
|
* skip test if we cant use the filesystem when not logged inRobin Appelman2015-12-111-2/+5
|
* Fix thrashbin wrapper when no user is loggedinRobin Appelman2015-12-112-2/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-12-092-0/+2
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-072-9/+23
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #20796 from owncloud/cleanup-trashbin-codeThomas Müller2015-12-071-15/+6
|\ | | | | Cleanup trashbin expire code
| * Cleanup trashbin expire codeMorris Jobke2015-11-301-15/+6
| | | | | | | | * requested by @schiesbn
* | Replace old config code with usage of proper APIsMorris Jobke2015-12-021-3/+4
| |
* | Add DB group to some files_external testsThomas Müller2015-11-301-0/+7
| | | | | | | | | | | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* | Adding more DB groups to test suitsThomas Müller2015-11-303-0/+16
|/ | | | Adding more DB groups to test suits
* Deduplicate queued trashbin expire jobsMorris Jobke2015-11-273-26/+12
| | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again
* Make Cache\Updater per storageRobin Appelman2015-11-251-3/+3
|
* Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-251-1/+0
|\ | | | | Take submount etag into account for folder etags