Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add file row indicator for unread comments | Vincent Petry | 2016-02-03 | 6 | -1/+195 |
| | |||||
* | Merge pull request #21997 from owncloud/checksums | Thomas Müller | 2016-02-03 | 9 | -10/+82 |
|\ | | | | | Checksums | ||||
| * | Add store/retrieve checksums | Roeland Jago Douma | 2016-02-03 | 9 | -10/+82 |
| | | | | | | | | | | | | | | * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums | ||||
* | | Merge pull request #22081 from owncloud/mount-cache-invalid-storage | Thomas Müller | 2016-02-03 | 1 | -1/+1 |
|\ \ | | | | | | | filter invalid storages from the mount cache early | ||||
| * | | filter invalid storages from the mount cache early | Robin Appelman | 2016-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #22084 from owncloud/configphp-fixes | Thomas Müller | 2016-02-03 | 1 | -15/+15 |
|\ \ \ | | | | | | | | | small corrections; Web is capitalized, webroot is one lowercase word | ||||
| * | | | small corrections; Web is capitalized, webroot is one lowercase word | Carla Schroder | 2016-02-03 | 1 | -15/+15 |
| | | | | |||||
* | | | | 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 | ||||
| * | | | | setting to skip migration tests by default | Morris Jobke | 2016-02-03 | 3 | -0/+21 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | * if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default | ||||
* | | | | Merge pull request #21772 from owncloud/occ-external-applicable | Thomas Müller | 2016-02-03 | 4 | -0/+432 |
|\ \ \ \ | | | | | | | | | | | Add occ command to manage applicables | ||||
| * | | | | 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 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Comments GUI in files sidebar | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | Return empty string instead of undefined | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new method `OC.getCurrentUser` to get both the user id and display name Could be used for a future Js | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status | ||||
| * | | | | 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 | ||||
| * | | | | | 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 for email by default | ||||
| * | | | | 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 |
|\ \ \ \ | | | | | | | | | | | Move data protection check to javascript | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | fixes #20199 | ||||
* | | | | | Merge pull request #22023 from owncloud/interruptable-commands | Thomas Müller | 2016-02-02 | 3 | -61/+55 |
|\ \ \ \ \ | | | | | | | | | | | | | Interruptable commands | ||||
| * | | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | feature | ||||
* | | | | | | Merge pull request #22013 from owncloud/share2_moveshare | Thomas Müller | 2016-02-02 | 6 | -3/+249 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | [Share 2.0] Allow moving of shares | ||||
| * | | | | | [Share 2.0] Allow moving of shares | Roeland Jago Douma | 2016-02-02 | 6 | -3/+249 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only recipient can move a share * Unit tests | ||||
* | | | | | | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtags | Thomas Müller | 2016-02-02 | 13 | -42/+875 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Issue 22041 activities for systemtags | ||||
| * | | | | | | 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 |
| | | | | | | |