Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #21704 from nextcloud/fix/18895/fix-unit-tests | Morris Jobke | 2020-07-06 | 1 | -1/+1 |
|\ | | | | | Fix unit tests from #18895 | ||||
| * | Fix unit tests from #18895 | Morris Jobke | 2020-07-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #21074 from jvsalo/shared-lock-multi-release | Morris Jobke | 2020-07-06 | 1 | -0/+14 |
|\ \ | | | | | | | Fix releasing a shared lock multiple times | ||||
| * | | In LockPlugin, only release a lock if it was acquired | Jaakko Salo | 2020-05-24 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading new files, getNodeForPath() will not succeed yet so the lock cannot be acquired. In that case, don't try to unlock it either. Signed-off-by: Jaakko Salo <jaakkos@gmail.com> | ||||
* | | | Merge pull request #21222 from ↵ | Morris Jobke | 2020-07-06 | 2 | -7/+25 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/bugfix/18965/reduce-contacts-search-load Reduce contacts search load | ||||
| * | | Reduce load of the contacts search when we know it can't match | Joas Schilling | 2020-06-15 | 2 | -7/+25 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_color | Morris Jobke | 2020-07-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Changes the Birthday calendar color to slightly brighter one | ||||
| * | | | Changes the Birthday calendar color to slightly brighter one | Georg Ehrke | 2020-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | Merge pull request #21626 from nextcloud/enhancement/injectible-callables | Morris Jobke | 2020-07-05 | 1 | -26/+10 |
|\ \ \ \ | | | | | | | | | | | Callable parameter injection | ||||
| * | | | | Use \OCP\IContainer::injectFn to boot the DAV app | Christoph Wurst | 2020-07-03 | 1 | -26/+10 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Merge pull request #21533 from ↵ | Roeland Jago Douma | 2020-07-04 | 3 | -79/+47 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/techdebt/noid/dedicated-method-to-get-a-users-language Techdebt/noid/dedicated method to get a users language | ||||
| * | | | | Use the new method everywhere | Joas Schilling | 2020-07-03 | 3 | -79/+47 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #21599 from nextcloud/debt/noid/type-to-types | Roeland Jago Douma | 2020-07-02 | 10 | -56/+56 |
|\ \ \ \ \ | | | | | | | | | | | | | Replace TYPE with TYPES | ||||
| * | | | | | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 10 | -56/+56 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* / / / / | Also always return in app commands | Joas Schilling | 2020-06-26 | 8 | -11/+19 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Fix tests | Joas Schilling | 2020-06-24 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Update share type constant usage | Joas Schilling | 2020-06-24 | 4 | -28/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #21467 from nextcloud/enhancement/dav-bootstrap | Roeland Jago Douma | 2020-06-20 | 2 | -211/+206 |
|\ \ \ \ | | | | | | | | | | | Move DAV to the new bootstrap mechanism | ||||
| * | | | | Move DAV to the new bootstrap mechanism | Christoph Wurst | 2020-06-19 | 2 | -211/+206 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-20 | 2 | -0/+2 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-19 | 2 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-16 | 2 | -2/+2 |
| |/ / |/| | | |||||
* | | | Fix pagination of contacts search | Joas Schilling | 2020-06-10 | 2 | -17/+29 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #21302 from ↵ | Christoph Wurst | 2020-06-09 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/adjust-to-parent-implementation Adjust to parent implementation | ||||
| * | | | Adjust to parent implementation | Joas Schilling | 2020-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #20272 from nextcloud/enh/sabre/gzip_propfind | Roeland Jago Douma | 2020-06-08 | 5 | -0/+197 |
|\ \ \ \ | | | | | | | | | | | Gzip the propfind response | ||||
| * | | | | Allow for compression of the PROPFIND responses | Roeland Jago Douma | 2020-06-06 | 5 | -0/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For now it just gzip and only for propfind (the 99% case). Already saves a bunch since the propfinds compress so nicely. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-07 | 2 | -2/+2 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-06 | 2 | -0/+8 |
|/ / / | |||||
* | | | Fix empty event UUID reminder notifications | Thomas Citharel | 2020-06-04 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-25 | 2 | -0/+4 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-23 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-22 | 6 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-21 | 2 | -14/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-18 | 4 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-16 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-15 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifexv19.0.0RC2 | Nextcloud bot | 2020-05-14 | 18 | -2/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-13 | 16 | -0/+30 |
| | | |||||
* | | Merge pull request #20844 from ↵ | Roeland Jago Douma | 2020-05-11 | 12 | -20/+42 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/noid/maintenance-mode-webdav-translated Translate the maintenance mode message in webdav | ||||
| * | | Translate the maintenance mode message in webdav | Morris Jobke | 2020-05-06 | 12 | -20/+42 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #20860 from ↵ | Georg Ehrke | 2020-05-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated macOS contacts: prefer personal over app generated | ||||
| * | | | Rename app-generated to z-app-generated, because macOS Contacts supports ↵ | Georg Ehrke | 2020-05-07 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* / / | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix owner on publicownerwrapper | Roeland Jago Douma | 2020-05-01 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #20718 from nextcloud/fix/public_share_owner_activity_mess | Morris Jobke | 2020-04-30 | 4 | -1/+58 |
|\ \ | | | | | | | Add a wrapper to fall back to the share owner on public shares | ||||
| * | | Add a wrapper to fall back to the share owner on public shares | Roeland Jago Douma | 2020-04-30 | 4 | -1/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | Else it might happen that we setup a storage that has no real owner and activities do boom etc (looking at you groupfolders and external storages!). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #19436 from nextcloud/bugfix/noid/dav-quota-calculation | Roeland Jago Douma | 2020-04-30 | 2 | -11/+20 |
|\ \ \ | | | | | | | | | Do not include mountpoints when calculating quota usage on WebDAV | ||||
| * | | | Do not include mountpoints when calculating quota usage on WebDAV | Julius Härtl | 2020-04-24 | 2 | -11/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendar | Roeland Jago Douma | 2020-04-30 | 7 | -107/+287 |
|\ \ \ \ | | | | | | | | | | | Provide links to calendar in event creation/update activities |