Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #22090 from owncloud/skip-migration-tests-setting | Thomas Müller | 2016-02-03 | 3 | -0/+21 |
|\ | |||||
| * | setting to skip migration tests by default | Morris Jobke | 2016-02-03 | 3 | -0/+21 |
* | | Merge pull request #21772 from owncloud/occ-external-applicable | Thomas Müller | 2016-02-03 | 4 | -0/+432 |
|\ \ | |||||
| * | | Add occ command to manage applicables | Robin Appelman | 2016-02-02 | 4 | -0/+432 |
* | | | Merge pull request #21961 from owncloud/comments-gui | Thomas Müller | 2016-02-03 | 18 | -24/+940 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add comments app to expected apps in test | Vincent Petry | 2016-02-02 | 1 | -1/+2 |
| * | | Fixed report name | Vincent Petry | 2016-02-02 | 1 | -2/+2 |
| * | | Added JS unit tests for comments | Vincent Petry | 2016-02-02 | 5 | -6/+320 |
| * | | Add spinner when submitting comments | Vincent Petry | 2016-02-02 | 2 | -7/+32 |
| * | | Fix parsing empty Webdav property nodes | Vincent Petry | 2016-02-02 | 2 | -2/+2 |
| * | | Fix formatting messages with newlines | Vincent Petry | 2016-02-02 | 1 | -2/+11 |
| * | | Better comments pagination logic | Vincent Petry | 2016-02-02 | 1 | -11/+9 |
| * | | Improve comments style, add avatars | Vincent Petry | 2016-02-02 | 3 | -22/+104 |
| * | | Expose display name in JS side | Vincent Petry | 2016-02-02 | 2 | -1/+33 |
| * | | Use last comment's time for pagination | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| * | | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 4 | -36/+76 |
| * | | Improve comment date format | Vincent Petry | 2016-02-02 | 1 | -3/+10 |
| * | | Comments GUI | Vincent Petry | 2016-02-02 | 9 | -0/+408 |
* | | | Merge pull request #22059 from owncloud/comments-readmark-dav | Thomas Müller | 2016-02-03 | 8 | -10/+154 |
|\ \ \ | |||||
| * | | | update routine was lacking where statements :see_no_evil: | Arthur Schiwon | 2016-02-02 | 1 | -1/+7 |
| * | | | set read marker via proppatch against entity | Arthur Schiwon | 2016-02-01 | 3 | -1/+43 |
| * | | | Return isUnread property per comment | Arthur Schiwon | 2016-02-01 | 5 | -8/+104 |
* | | | | Merge pull request #22053 from owncloud/files_external-params-flags | Thomas Müller | 2016-02-03 | 4 | -47/+83 |
|\ \ \ \ | |||||
| * | | | | Remove magic flags from files_external backend params | Robin Appelman | 2016-02-02 | 4 | -47/+83 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-03 | 16 | -4/+46 |
* | | | | | Merge pull request #22076 from owncloud/activities-yes-default-enabled-no | Morris Jobke | 2016-02-02 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Don't enable tag activities by default | Joas Schilling | 2016-02-02 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #22054 from vincchan/vincchan/fix#20199 | Thomas Müller | 2016-02-02 | 6 | -36/+83 |
|\ \ \ \ | |||||
| * | | | | changed variables to lowercase | Vincent Chan | 2016-02-02 | 1 | -5/+5 |
| * | | | | Move data protection check to javascript | Vincent Chan | 2016-02-01 | 6 | -36/+83 |
* | | | | | Merge pull request #22023 from owncloud/interruptable-commands | Thomas Müller | 2016-02-02 | 3 | -61/+55 |
|\ \ \ \ \ | |||||
| * | | | | | Add startup warning that the PCNTL extensions are missing | Thomas Müller | 2016-02-01 | 1 | -0/+4 |
| * | | | | | Move signal handling to the base class to allow other commands to reuse this ... | Thomas Müller | 2016-02-01 | 2 | -61/+51 |
* | | | | | | Merge pull request #22013 from owncloud/share2_moveshare | Thomas Müller | 2016-02-02 | 6 | -3/+249 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | [Share 2.0] Allow moving of shares | Roeland Jago Douma | 2016-02-02 | 6 | -3/+249 |
* | | | | | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtags | Thomas Müller | 2016-02-02 | 13 | -42/+875 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix path match | Joas Schilling | 2016-02-02 | 2 | -2/+6 |
| * | | | | | | Fix IManager::isFormattingFilteredObject() | Joas Schilling | 2016-02-02 | 1 | -5/+4 |
| * | | | | | | Add activities when a tag is (un-)assigned | Joas Schilling | 2016-02-02 | 4 | -20/+175 |
| * | | | | | | Add activities for admins when a tag is created/updated/deleted | Joas Schilling | 2016-02-02 | 3 | -0/+402 |
| * | | | | | | App needs to be of type logging to be able to have activities | Joas Schilling | 2016-02-02 | 1 | -1/+4 |
| * | | | | | | Dispatch events when tags are added/updated/deleted | Joas Schilling | 2016-02-02 | 4 | -14/+161 |
| * | | | | | | Dispatch some events when tags are un-/assigned | Joas Schilling | 2016-02-02 | 5 | -22/+145 |
* | | | | | | | Merge pull request #22055 from owncloud/systemtags-checkfileidowner | Thomas Müller | 2016-02-02 | 6 | -13/+109 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Make sure user has access to file for system tag operations | Vincent Petry | 2016-02-01 | 6 | -13/+109 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge pull request #22057 from owncloud/share2_update_hash | Thomas Müller | 2016-02-02 | 2 | -1/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update old password hashed for link shares on access | Roeland Jago Douma | 2016-02-01 | 2 | -1/+24 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #21988 from owncloud/allow-search-in-synced-addressbooks | Thomas Müller | 2016-02-02 | 8 | -249/+41 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Filter contacts from the local system addressbook - remote share with local u... | Thomas Müller | 2016-02-02 | 2 | -0/+7 |
| * | | | | | | PHP 5.4 compatibility | Thomas Müller | 2016-02-02 | 1 | -1/+2 |