| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 10 | -0/+667 |
* | | Added a logger for systemd/journald | Johannes Ernst | 2018-06-29 | 1 | -1/+2 |
* | | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -0/+10 |
* | | Merge pull request #5623 from nextcloud/locale-setting | Morris Jobke | 2018-06-29 | 2 | -0/+38 |
|\ \ |
|
| * | | Update PHPDoc | Morris Jobke | 2018-06-29 | 1 | -1/+1 |
| * | | docblock version fixes | Georg Ehrke | 2018-06-28 | 2 | -5/+5 |
| * | | add findLocale() to public interface | Thomas Citharel | 2018-06-27 | 1 | -0/+7 |
| * | | Fix review & tests | Thomas Citharel | 2018-06-27 | 1 | -0/+22 |
| * | | Allow apps to specify locale for localisation | Thomas Citharel | 2018-06-27 | 1 | -0/+9 |
* | | | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 8 | -0/+492 |
|\ \ \
| |/ /
|/| | |
|
| * | | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 5 | -0/+26 |
| * | | periodically query calendar resource / room backends for updated resource / r... | Georg Ehrke | 2018-06-25 | 5 | -0/+46 |
| * | | hook up calendar resource managers/backends with server container | Georg Ehrke | 2018-06-25 | 1 | -0/+18 |
| * | | update resource booking interfaces and add managers | Georg Ehrke | 2018-06-25 | 6 | -14/+166 |