| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13035 from nextcloud/objectstore-write-exists-14 | Roeland Jago Douma | 2019-01-14 | 1 | -0/+9 |
|\ |
|
| * | Add objectExists to objectstore interface | Robin Appelman | 2018-12-12 | 1 | -0/+9 |
* | | adjust Calendar resource / room interfaces to use class implementation | Georg Ehrke | 2018-11-22 | 2 | -12/+12 |
|/ |
|
* | Throw exception if decryption fails | Roeland Jago Douma | 2018-11-19 | 1 | -0/+1 |
* | Fix since tag | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -1/+1 |
* | Typehint | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -1/+1 |
* | Since requirement | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -0/+1 |
* | Fix public l10n | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -1/+2 |
* | Use user locale as default in the template | John Molakvoæ (skjnldsv) | 2018-09-19 | 1 | -0/+8 |
* | Fix exception class | Joas Schilling | 2018-09-12 | 1 | -1/+1 |
* | Fix typo in IUserManager::createUser doc | Christoph Wurst | 2018-08-16 | 1 | -1/+1 |
* | Merge pull request #10481 from nextcloud/feature/noid/make-info-available-if-... | Roeland Jago Douma | 2018-08-01 | 1 | -0/+8 |
|\ |
|
| * | Make the info available if the avatar was uploaded or generated | Joas Schilling | 2018-08-01 | 1 | -0/+8 |
* | | Fixed tiny grammar issue | rakekniven | 2018-07-31 | 1 | -2/+2 |
|/ |
|
* | Allow to filter the unread count by verb | Joas Schilling | 2018-07-30 | 1 | -1/+2 |
* | Add pagination support | Joas Schilling | 2018-07-25 | 1 | -1/+3 |
* | Allow to search by comments | Joas Schilling | 2018-07-25 | 1 | -0/+12 |
* | Add "sendPasswordByTalk" property to shares | Daniel Calviño Sánchez | 2018-07-24 | 1 | -0/+23 |
* | Comply @since requirements | John Molakvoæ (skjnldsv) | 2018-07-23 | 1 | -0/+1 |
* | Design structure fixes | John Molakvoæ (skjnldsv) | 2018-07-21 | 1 | -0/+9 |
* | allow to add a personal note to a share | Bjoern Schiessle | 2018-07-21 | 1 | -0/+18 |
* | Merge pull request #10229 from nextcloud/feature/noid/allow-notifiers-to-know... | Morris Jobke | 2018-07-20 | 1 | -0/+12 |
|\ |
|
| * | Allow notifiers to know whether we are preparing push notifications | Joas Schilling | 2018-07-13 | 1 | -0/+12 |
* | | Merge pull request #5280 from nextcloud/shared-with-display-name | Morris Jobke | 2018-07-13 | 1 | -0/+34 |
|\ \ |
|
| * | | SharedWithDisplayName + SharedWithAvatar | Maxence Lange | 2018-05-21 | 1 | -0/+34 |
* | | | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-users | Morris Jobke | 2018-07-13 | 2 | -4/+86 |
|\ \ \
| |_|/
|/| | |
|
| * | | Backend work to provide NC whats New info to users | Arthur Schiwon | 2018-07-05 | 2 | -4/+86 |
* | | | Merge pull request #10204 from nextcloud/fix/noid/strict_csp_eval | Morris Jobke | 2018-07-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Disallow eval on the StrictEvalCSP | Roeland Jago Douma | 2018-07-11 | 1 | -1/+1 |
* | | | | Merge pull request #9895 from nextcloud/fed-group-shares | Morris Jobke | 2018-07-11 | 1 | -0/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge pull request #10179 from nextcloud/mount-filter | Morris Jobke | 2018-07-11 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Add the option to filter mounts for a user | Robin Appelman | 2018-07-10 | 1 | -0/+8 |
| |/ / |
|
* | | | Separate fopen into read and write methods | Julius Härtl | 2018-07-11 | 1 | -2/+11 |
* | | | Add fopen method to ISimpleFile | Julius Härtl | 2018-07-11 | 1 | -0/+9 |
|/ / |
|
* | | Fix PHPDoc | Morris Jobke | 2018-07-05 | 1 | -1/+1 |
* | | getDeletedSharedWith method | John Molakvoæ (skjnldsv) | 2018-07-05 | 1 | -0/+14 |
* | | Add API to undelete delete group shares | Roeland Jago Douma | 2018-07-05 | 2 | -0/+29 |
* | | fix return type from send share | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
* | | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -0/+9 |
* | | cleanup variable naming, it is actually a resource type | Bjoern Schiessle | 2018-07-02 | 1 | -7/+7 |
* | | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 10 | -3/+87 |
* | | replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC... | Bjoern Schiessle | 2018-07-02 | 3 | -33/+3 |
* | | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 2 | -2/+3 |
* | | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 4 | -3/+113 |
* | | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 4 | -7/+20 |
* | | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 4 | -9/+52 |
* | | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 2 | -9/+2 |
* | | check if cloud federation api is ready | Bjoern Schiessle | 2018-07-02 | 1 | -0/+9 |
* | | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 2 | -7/+11 |