summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [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
| |_|/ / |/| | |