summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Adjust command descriptionThomas Müller2016-02-091-1/+1
|
* Set share owner and share initiator on upate as wellThomas Müller2016-02-092-9/+2
|
* Introduce console command to transfer ownerships of files - refs #19154Thomas Müller2016-02-092-2/+240
|
* Merge pull request #22197 from owncloud/files-filterbysystemtagsThomas Müller2016-02-093-6/+29
|\ | | | | Add file list filter to filter by system tags
| * Fix unit tests for system tag filter sectionVincent Petry2016-02-091-6/+19
| |
| * Fix elementToFile to also return path when definedVincent Petry2016-02-082-0/+10
| | | | | | | | | | Fixes issue when opening the share dialog for a file inside the favorite list, and the file is from a subfolder
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-092-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-072-0/+4
|
* Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-065-24/+151
|\ | | | | cleanup jobs for comments and comment read marks
| * Move casting to IExpressionBuilderJoas Schilling2016-02-051-2/+3
| |
| * fix pgsqlArthur Schiwon2016-02-051-2/+4
| |
| * cleanup jobs for comments and comment read marksArthur Schiwon2016-02-055-24/+148
| |
* | Merge pull request #20618 from owncloud/action-icon-sizeThomas Müller2016-02-061-2/+2
|\ \ | |/ |/| Fix image sizing for action icons in Edge
| * Fix image sizing for action icons in EdgeRobin Appelman2015-11-191-2/+2
| |
* | Remove deprecated and unused standalone tagJoas Schilling2016-02-031-1/+0
| |
* | Merge pull request #22023 from owncloud/interruptable-commandsThomas Müller2016-02-021-61/+13
|\ \ | | | | | | Interruptable commands
| * | Move signal handling to the base class to allow other commands to reuse this ↵Thomas Müller2016-02-011-61/+13
| | | | | | | | | | | | feature
* | | Merge pull request #22004 from Pookay/patch-1Thomas Müller2016-02-011-1/+1
|\ \ \ | |/ / |/| | Fix the result at the bottom on IE
| * | Fix the result at the bottom on IEPookay2016-01-291-1/+1
| | | | | | | | | view issue #21898
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-302-0/+4
| | |
* | | Merge pull request #21990 from owncloud/systemtags-cleanup-orphansThomas Müller2016-01-295-17/+268
|\ \ \ | | | | | | | | Background cleanup job for system and user tag orphaned when file was deleted
| * | | Cleanup job for system and user tag orphaned when file was deletedVincent Petry2016-01-295-17/+268
| |/ / | | | | | | | | | | | | | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries.
* / / occ scan:files Adding more details in the base print out (II)martin.mattel@diemattels.at2016-01-291-38/+71
|/ / | | | | | | | | | | | | | | | | | | | | | | Use proper method name Fixed the interruption logic Checks the availability of the pcntl_signal function Fixed typo crtl-c --> ctrl-c one overseen crtl-c typo
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-292-2/+2
| |
* | Merge pull request #21752 from owncloud/files-delete-fixThomas Müller2016-01-262-13/+1
|\ \ | | | | | | Only check selection for delete permissions, not parent folder
| * | Remove faulty directory permissions testRobin McCorkell2016-01-151-10/+0
| | |
| * | Only check selection for delete permissions, not parent folderRobin McCorkell2016-01-151-3/+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-254-4/+24
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-232-0/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-21128-220/+64
| | |
* | | Merge pull request #21795 from owncloud/remove-unneeded-markupThomas Müller2016-01-202-10/+0
|\ \ \ | | | | | | | | Remove unneeded markup for scan process - ref #20545
| * | | Remove unneeded markup for scan process - ref #20545Morris Jobke2016-01-202-10/+0
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-204-0/+46
|/ / /
* / / update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-193-15/+15
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-152-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-142-0/+6
| |
* | Fixed issue #21452Erik Pellikka2016-01-131-1/+7
| | | | | | | | | | | | | | | | removed whitespace removed whitespace Changed it based on PVince81's suggestion
* | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1332-38/+49
|\ \ | | | | | | Update license headers 2016
| * | Happy new year!Thomas Müller2016-01-1232-38/+49
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-134-2/+18
|/ /
* | Merge pull request #21589 from owncloud/mobile-webDAV-selectThomas Müller2016-01-111-2/+3
|\ \ | | | | | | webDAV select bug fixed
| * | webDAV select bug fixedJulian Müller2016-01-111-2/+3
| | |
* | | Merge pull request #21573 from owncloud/fix_21535_21534Thomas Müller2016-01-112-1/+19
|\ \ \ | |/ / |/| | Do not increase filecount in web on file update
| * | Add unit test for file updateRoeland Jago Douma2016-01-091-0/+16
| | |
| * | Updating a file should not update the summaryRoeland Jago Douma2016-01-091-1/+3
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-114-0/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-01-104-2/+98
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-01-092-2/+4
| |