summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-272-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-252-0/+2
|
* Merge pull request #10292 from owncloud/external-share-deleteMorris Jobke2014-12-231-1/+5
|\ | | | | Fix trashbin when deleting a file over an external share
| * Fix trashbin when deleting a file over an external shareRobin Appelman2014-08-081-1/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-234-0/+8
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-224-0/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-214-0/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-2026-0/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1918-0/+36
| |
* | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-192-3/+6
|\ \ | | | | | | Wave accessibility compliance
| * | fix accessibility for deleted filesJan-Christoph Borchardt2014-12-182-3/+6
| | |
* | | Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-181-2/+4
|\ \ \ | | | | | | | | Add mount specific options
| * | | Add getMountPoint to FileInfoRobin Appelman2014-12-171-2/+4
| | | |
* | | | Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-181-1/+1
|\ \ \ \ | |_|/ / |/| | | first step to drop \OCP\Config:: in favour of IConfig
| * | | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-18114-114/+0
| | | |
* | | | apply empty state for 'Deleted files'Jan-Christoph Borchardt2014-12-171-1/+5
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-172-0/+12
|/ /
* | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-121-0/+1
|\ \ | | | | | | Simple Plugin system for Javascript
| * | Simple Plugin system for JavascriptVincent Petry2014-12-011-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-10108-0/+108
| | |
* | | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-091-2/+2
| | |
* | | reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* | | Merge pull request #12696 from owncloud/trashbin-selected-deleteRobin Appelman2014-12-081-0/+4
|\ \ \ | | | | | | | | Fix deleting selected files in the trashbin
| * | | Fix deleting selected files in the trashbinRobin Appelman2014-12-081-0/+4
| | | |
* | | | Merge pull request #12394 from owncloud/files-fileactionsimprovementsLukas Reschke2014-12-081-15/+28
|\ \ \ \ | |/ / / |/| | | Improve FileActions JS to allow for custom rendering
| * | | Improve FileActions JS to allow for custom renderingVincent Petry2014-11-241-15/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the OCA.Files.FileActions class to support passing a "render" function in the action object. The default function "_defaultRenderFunction" is used by default and renders actions in the usual actions container. Moved "Rename" and "Delete" to custom render functions.
* | | | Merge pull request #12382 from owncloud/enc_reorganize_folders2Morris Jobke2014-12-031-152/+29
|\ \ \ \ | | | | | | | | | | [encryption] reorganize folder structure (second try to make Jenkins happy)
| * | | | new folder structure for keysBjoern Schiessle2014-11-261-152/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey
* | | | | Autoload exception from files_trashbinJoas Schilling2014-12-022-2/+0
| |_|/ / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-282-0/+10
|/ / /
* / / Replace deprecated constant with new class constantJoas Schilling2014-11-251-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-216-0/+48
| |
* | Merge pull request #12325 from owncloud/removeunneccessarylangLukas Reschke2014-11-208-58/+0
|\ \ | | | | | | cleanup languages. closes #11274
| * | cleanup languages. closes #11274Volkan Gezer2014-11-208-58/+0
| | |
* | | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-3/+11
|/ /
* | Merge pull request #12276 from ↵Morris Jobke2014-11-192-0/+36
|\ \ | | | | | | | | | | | | owncloud/undelete-only-if-files-trashin-is-enabled Only show undelete capability if files_trashbin is enabled
| * | Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-182-0/+36
| | | | | | | | | | | | Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-192-4/+4
|/ /
* | Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-132-3/+22
|\ \ | | | | | | Improved JS Docs + added build script for JS Docs
| * | Improved Javascript docs for JSDocVincent Petry2014-10-312-3/+22
| | | | | | | | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* | | Merge pull request #11853 from owncloud/close-session-for-trashbinVincent Petry2014-11-055-0/+6
|\ \ \ | | | | | | | | Close session for files_trashbin
| * | | Close session for files_trashbinLukas Reschke2014-10-295-0/+6
| | | | | | | | | | | | | | | | When restoring huge folders the interface will be unresponsive otherwise
* | | | Only rescan trash folder when checking deleted versionsVincent Petry2014-11-041-1/+1
| |/ / |/| | | | | | | | | | | This fix prevents the file scanner to rescan the WHOLE storage and reset the etags by mistake.
* | | remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+0
| | | | | | | | | | | | take care of this