summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-222-6/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-202-4/+4
|
* Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke2015-02-1910-60/+0
|\ | | | | Remove some old l10n files they arent loaded anymore
| * Remove some old l10n files they arent loaded anymoreJoas Schilling2015-02-1910-60/+0
| |
* | Manually type-case all AJAX filesLukas Reschke2015-02-133-7/+7
|/ | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-092-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-072-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-062-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-032-0/+10
|
* Merge pull request #13797 from owncloud/fix_move_del_of_remote_sharesLukas Reschke2015-01-311-1/+0
|\ | | | | make sure that we get the correct user from the path
| * no need to initialize the same view twiceBjoern Schiessle2015-01-301-1/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-312-2/+2
| |
* | Dont do a cache rename if we cant delete the source fileRobin Appelman2015-01-291-1/+3
| |
* | Make sure we delete the file when doing a cross storage trashbin moveRobin Appelman2015-01-291-0/+2
| |
* | Detect failed deletes in the trashbinRobin Appelman2015-01-292-3/+41
|/
* Fix trash error when deleting files with the same name at the same time ↵Robin Appelman2015-01-281-0/+3
| | | | (happens in unit tests)
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-282-2/+6
|
* Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-274-4/+220
|\ | | | | Call final unlink in trash wrapper's storage
| * Fix bogus deletion on copy + unlink through renameVincent Petry2015-01-263-0/+38
| | | | | | | | | | Cross-storage rename would cause copy + unlink. That unlink operation must not trigger the trashbin.
| * Add trashbin storage wrapper unit test for versionsVincent Petry2015-01-231-6/+76
| |
| * Simplify trash storage unit testsVincent Petry2015-01-231-46/+16
| | | | | | | | Needed to make it properly init the mount points
| * Preserve mtime when doing cross storage moveRobin Appelman2015-01-231-41/+2
| |
| * Remove storage wrapper for oc_trashbin in unit testVincent Petry2015-01-231-0/+2
| |
| * Only move files from the current user to the trashbinRobin Appelman2015-01-231-4/+5
| |
| * Call final unlink in trash wrapper's storageVincent Petry2015-01-233-2/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case of cross-storage delete, the files are copied to the trash, then deleted. The final delete on the source storage would still reach the trash wrapper. This fix makes forwards that second call to the wrapped storage to make the final delete work. It fixes the issue with remote shares, local shares and external storage. Also, it uses a new function "renameRecursive" that renames the files and preserves the mtimes (like "copy_recursive" did in the past))
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-252-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-212-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-204-0/+6
|
* replace hook with storage wrapperBjoern Schiessle2015-01-193-24/+80
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-172-2/+10
|
* Fix preview route for trashbinVincent Petry2015-01-151-5/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-152-0/+8
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-144-0/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-132-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-122-0/+2
|
* l10n: delete permanently fixVolkan Gezer2015-01-111-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-112-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-108-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-096-6/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-0818-2/+20
|
* Merge pull request #12653 from owncloud/full_content_search_resultsMorris Jobke2015-01-061-0/+6
|\ | | | | Full content width search results
| * use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
| |
| * filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-052-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-042-0/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-014-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-314-2/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-292-0/+2
|