summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Fix formatting messages with newlinesVincent Petry2016-02-021-2/+11
| * | | | | | | | Better comments pagination logicVincent Petry2016-02-021-11/+9
| * | | | | | | | Improve comments style, add avatarsVincent Petry2016-02-023-22/+104
| * | | | | | | | Expose display name in JS sideVincent Petry2016-02-022-1/+33
| * | | | | | | | Use last comment's time for paginationVincent Petry2016-02-021-1/+1
| * | | | | | | | Add pagination support for comments GUIVincent Petry2016-02-024-36/+76
| * | | | | | | | Improve comment date formatVincent Petry2016-02-021-3/+10
| * | | | | | | | Comments GUIVincent Petry2016-02-029-0/+408
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-038-10/+154
|\ \ \ \ \ \ \ \
| * | | | | | | | update routine was lacking where statements :see_no_evil:Arthur Schiwon2016-02-021-1/+7
| * | | | | | | | set read marker via proppatch against entityArthur Schiwon2016-02-013-1/+43
| * | | | | | | | Return isUnread property per commentArthur Schiwon2016-02-015-8/+104
* | | | | | | | | Merge pull request #22053 from owncloud/files_external-params-flagsThomas Müller2016-02-034-47/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove magic flags from files_external backend paramsRobin Appelman2016-02-024-47/+83
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-0316-4/+46
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #22076 from owncloud/activities-yes-default-enabled-noMorris Jobke2016-02-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Don't enable tag activities by defaultJoas Schilling2016-02-021-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #22054 from vincchan/vincchan/fix#20199Thomas Müller2016-02-026-36/+83
|\ \ \ \ \ \ \
| * | | | | | | changed variables to lowercaseVincent Chan2016-02-021-5/+5
| * | | | | | | Move data protection check to javascriptVincent Chan2016-02-016-36/+83
* | | | | | | | Merge pull request #22023 from owncloud/interruptable-commandsThomas Müller2016-02-023-61/+55
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Add startup warning that the PCNTL extensions are missingThomas Müller2016-02-011-0/+4
| * | | | | | | Move signal handling to the base class to allow other commands to reuse this ...Thomas Müller2016-02-012-61/+51
* | | | | | | | Merge pull request #22013 from owncloud/share2_moveshareThomas Müller2016-02-026-3/+249
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-026-3/+249
* | | | | | | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtagsThomas Müller2016-02-0213-42/+875
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix path matchJoas Schilling2016-02-022-2/+6
| * | | | | | | | Fix IManager::isFormattingFilteredObject()Joas Schilling2016-02-021-5/+4
| * | | | | | | | Add activities when a tag is (un-)assignedJoas Schilling2016-02-024-20/+175
| * | | | | | | | Add activities for admins when a tag is created/updated/deletedJoas Schilling2016-02-023-0/+402
| * | | | | | | | App needs to be of type logging to be able to have activitiesJoas Schilling2016-02-021-1/+4
| * | | | | | | | Dispatch events when tags are added/updated/deletedJoas Schilling2016-02-024-14/+161
| * | | | | | | | Dispatch some events when tags are un-/assignedJoas Schilling2016-02-025-22/+145
* | | | | | | | | Merge pull request #22055 from owncloud/systemtags-checkfileidownerThomas Müller2016-02-026-13/+109
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Make sure user has access to file for system tag operationsVincent Petry2016-02-016-13/+109
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #22057 from owncloud/share2_update_hashThomas Müller2016-02-022-1/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update old password hashed for link shares on accessRoeland Jago Douma2016-02-012-1/+24
| |/ / / / / / / /
* | | | | | | | | Merge pull request #21988 from owncloud/allow-search-in-synced-addressbooksThomas Müller2016-02-028-249/+41
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Filter contacts from the local system addressbook - remote share with local u...Thomas Müller2016-02-022-0/+7
| * | | | | | | | PHP 5.4 compatibilityThomas Müller2016-02-021-1/+2
| * | | | | | | | In some cases $contact['CLOUD'] is not an arrayThomas Müller2016-02-021-1/+5
| * | | | | | | | Register all system address books to the contacts managerThomas Müller2016-02-023-6/+27
| * | | | | | | | The local address book is replaced now by the system addressbook as part of t...Thomas Müller2016-02-023-241/+0
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #22005 from owncloud/share2_getshare_byid_as_recipientRoeland Douma2016-02-025-30/+69
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | getChildren should not return usergroup sharesRoeland Jago Douma2016-02-022-6/+7
| * | | | | | | [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-025-24/+62
|/ / / / / / /
* | | | | | | Merge pull request #20903 from owncloud/sharing-mount-optionThomas Müller2016-02-023-1/+18
|\ \ \ \ \ \ \
| * | | | | | | adjust js unit testRobin Appelman2016-01-291-0/+1
| * | | | | | | Add mount option to disable sharingRobin Appelman2016-01-292-1/+17
* | | | | | | | Merge pull request #22015 from owncloud/share-no-permissionsThomas Müller2016-02-022-8/+21
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |