Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust command description | Thomas Müller | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | Set share owner and share initiator on upate as well | Thomas Müller | 2016-02-09 | 2 | -9/+2 |
| | |||||
* | Introduce console command to transfer ownerships of files - refs #19154 | Thomas Müller | 2016-02-09 | 2 | -2/+240 |
| | |||||
* | Merge pull request #22197 from owncloud/files-filterbysystemtags | Thomas Müller | 2016-02-09 | 3 | -6/+29 |
|\ | | | | | Add file list filter to filter by system tags | ||||
| * | Fix unit tests for system tag filter section | Vincent Petry | 2016-02-09 | 1 | -6/+19 |
| | | |||||
| * | Fix elementToFile to also return path when defined | Vincent Petry | 2016-02-08 | 2 | -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 transifex | Jenkins for ownCloud | 2016-02-09 | 2 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-07 | 2 | -0/+4 |
| | |||||
* | Merge pull request #22139 from owncloud/comments-files-cleanup | Thomas Müller | 2016-02-06 | 5 | -24/+151 |
|\ | | | | | cleanup jobs for comments and comment read marks | ||||
| * | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -2/+3 |
| | | |||||
| * | fix pgsql | Arthur Schiwon | 2016-02-05 | 1 | -2/+4 |
| | | |||||
| * | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 5 | -24/+148 |
| | | |||||
* | | Merge pull request #20618 from owncloud/action-icon-size | Thomas Müller | 2016-02-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix image sizing for action icons in Edge | ||||
| * | Fix image sizing for action icons in Edge | Robin Appelman | 2015-11-19 | 1 | -2/+2 |
| | | |||||
* | | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #22023 from owncloud/interruptable-commands | Thomas Müller | 2016-02-02 | 1 | -61/+13 |
|\ \ | | | | | | | Interruptable commands | ||||
| * | | Move signal handling to the base class to allow other commands to reuse this ↵ | Thomas Müller | 2016-02-01 | 1 | -61/+13 |
| | | | | | | | | | | | | feature | ||||
* | | | Merge pull request #22004 from Pookay/patch-1 | Thomas Müller | 2016-02-01 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix the result at the bottom on IE | ||||
| * | | Fix the result at the bottom on IE | Pookay | 2016-01-29 | 1 | -1/+1 |
| | | | | | | | | | view issue #21898 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-30 | 2 | -0/+4 |
| | | | |||||
* | | | Merge pull request #21990 from owncloud/systemtags-cleanup-orphans | Thomas Müller | 2016-01-29 | 5 | -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 deleted | Vincent Petry | 2016-01-29 | 5 | -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.at | 2016-01-29 | 1 | -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 transifex | Jenkins for ownCloud | 2016-01-29 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #21752 from owncloud/files-delete-fix | Thomas Müller | 2016-01-26 | 2 | -13/+1 |
|\ \ | | | | | | | Only check selection for delete permissions, not parent folder | ||||
| * | | Remove faulty directory permissions test | Robin McCorkell | 2016-01-15 | 1 | -10/+0 |
| | | | |||||
| * | | Only check selection for delete permissions, not parent folder | Robin McCorkell | 2016-01-15 | 1 | -3/+1 |
| | | | |||||
* | | | Merge pull request #21844 from owncloud/drop-image-path | Thomas Müller | 2016-01-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Remove OC_Helper::imagePath and use the proper public interface | ||||
| * | | | Remove OC_Helper::imagePath and use the proper public interface | Morris Jobke | 2016-01-24 | 1 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-25 | 4 | -4/+24 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-23 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-21 | 128 | -220/+64 |
| | | | |||||
* | | | Merge pull request #21795 from owncloud/remove-unneeded-markup | Thomas Müller | 2016-01-20 | 2 | -10/+0 |
|\ \ \ | | | | | | | | | Remove unneeded markup for scan process - ref #20545 | ||||
| * | | | Remove unneeded markup for scan process - ref #20545 | Morris Jobke | 2016-01-20 | 2 | -10/+0 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-20 | 4 | -0/+46 |
|/ / / | |||||
* / / | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 3 | -15/+15 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-15 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-14 | 2 | -0/+6 |
| | | |||||
* | | Fixed issue #21452 | Erik Pellikka | 2016-01-13 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | removed whitespace removed whitespace Changed it based on PVince81's suggestion | ||||
* | | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 32 | -38/+49 |
|\ \ | | | | | | | Update license headers 2016 | ||||
| * | | Happy new year! | Thomas Müller | 2016-01-12 | 32 | -38/+49 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-13 | 4 | -2/+18 |
|/ / | |||||
* | | Merge pull request #21589 from owncloud/mobile-webDAV-select | Thomas Müller | 2016-01-11 | 1 | -2/+3 |
|\ \ | | | | | | | webDAV select bug fixed | ||||
| * | | webDAV select bug fixed | Julian Müller | 2016-01-11 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #21573 from owncloud/fix_21535_21534 | Thomas Müller | 2016-01-11 | 2 | -1/+19 |
|\ \ \ | |/ / |/| | | Do not increase filecount in web on file update | ||||
| * | | Add unit test for file update | Roeland Jago Douma | 2016-01-09 | 1 | -0/+16 |
| | | | |||||
| * | | Updating a file should not update the summary | Roeland Jago Douma | 2016-01-09 | 1 | -1/+3 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-11 | 4 | -0/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-10 | 4 | -2/+98 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 2 | -2/+4 |
| | |