Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Define a guest type so Talk can use it in it's notifications | Joas Schilling | 2019-09-02 | 1 | -0/+19 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-30 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #16925 from nextcloud/bugfix/throwable-middleware | Roeland Jago Douma | 2019-08-29 | 1 | -0/+4 | |
|\ | | | | | Handle throwables in the http dispatcher | |||||
| * | Handle throwables in the http dispatcher | Julius Härtl | 2019-08-29 | 1 | -0/+4 | |
| | | | | | | | | | | | | Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Add deprecation warning | Roeland Jago Douma | 2019-08-29 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #16913 from nextcloud/fix/declare_members | Roeland Jago Douma | 2019-08-29 | 2 | -18/+6 | |
|\ | | | | | SessionMiddleware: declare session property | |||||
| * | SessionMiddleware: declare session property | Roeland Jago Douma | 2019-08-28 | 2 | -18/+6 | |
| | | | | | | | | | | | | | | * Remove request since we don't useit * Update tests as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #16912 from nextcloud/fix/duplicate_array_key | Roeland Jago Douma | 2019-08-28 | 1 | -1/+0 | |
|\ \ | | | | | | | Make sure they keys are unique | |||||
| * | | Make sure they keys are unique | Roeland Jago Douma | 2019-08-28 | 1 | -1/+0 | |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-28 | 2 | -112/+490 | |
|/ | ||||||
* | Merge pull request #16723 from nextcloud/fix/sharing/unshare-message | Joas Schilling | 2019-08-26 | 3 | -2/+17 | |
|\ | | | | | Add expiration event for shares | |||||
| * | Add expiration event for shares | John Molakvoæ (skjnldsv) | 2019-08-21 | 3 | -2/+17 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Merge pull request #16795 from nextcloud/enh/phpstan/limiter | John Molakvoæ | 2019-08-26 | 2 | -18/+4 | |
|\ \ | | | | | | | Fix report of phpstan in Limiter | |||||
| * | | Fix report of phpstan in Limiter | Roeland Jago Douma | 2019-08-19 | 2 | -18/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * unneeded arguments to constructor * added return types * let automatic DI do its work Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | Merge pull request #16845 from nextcloud/bugfix/noid/public-constants | blizzz | 2019-08-23 | 2 | -0/+86 | |
|\ \ \ | | | | | | | | | Make the sharing constants publicly available | |||||
| * | | | Make the sharing constants publicly available | Joas Schilling | 2019-08-23 | 2 | -0/+86 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | | Always check via http and https whether htaccess is working | Joas Schilling | 2019-08-23 | 1 | -1/+13 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-22 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #16820 from nextcloud/bugfix/noid/access-handling-of-projects | Roeland Jago Douma | 2019-08-21 | 5 | -3/+77 | |
|\ \ \ | | | | | | | | | Change access handling of projects | |||||
| * | | | Add a repair step to clear the projects access cache | Joas Schilling | 2019-08-21 | 5 | -0/+71 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | Change the logic so projects are only shown when you can access all resources | Joas Schilling | 2019-08-21 | 1 | -3/+6 | |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #16813 from ↵ | blizzz | 2019-08-21 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | compagnon/fix/noid/AutoloadNotAllowedException-theming-off autoloader.php could raise Not AllowedException | |||||
| * | | | autoloader.php could raise Not AllowedException | Guillaume COMPAGNON | 2019-08-20 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when theming is off Signed-off-by: Guillaume Compagnon <gcompagnon@outlook.com> modified: lib/private/TemplateLayout.php | |||||
* | | | | Only trigger the events with tags that where actually assigned | Joas Schilling | 2019-08-21 | 1 | -1/+7 | |
| |/ / |/| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #16811 from ↵ | Roeland Jago Douma | 2019-08-20 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/16771/correctly-remove-apps-without-any-releases Correctly remove apps without any releases | |||||
| * | | | Correctly remove apps without any releases | Joas Schilling | 2019-08-20 | 1 | -1/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #16812 from nextcloud/bugfix/noid/previewv1-returntype | Roeland Jago Douma | 2019-08-20 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Explicit cast for ProviderV1Adapter | |||||
| * | | | Explicit cast for ProviderV1Adapter | Julius Härtl | 2019-08-20 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* / / | Undefined variable response when server is no nextcloud anymore | Joas Schilling | 2019-08-20 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #16793 from nextcloud/bugfix/noid/filter-more-configs | Joas Schilling | 2019-08-20 | 1 | -0/+13 | |
|\ \ | | | | | | | Filter more configs | |||||
| * | | Filter more configs | Joas Schilling | 2019-08-19 | 1 | -0/+13 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-20 | 2 | -22/+44 | |
| | | | ||||||
* | | | Codechecker: removed unused use | Roeland Jago Douma | 2019-08-19 | 1 | -1/+1 | |
| |/ |/| | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Do not enforce the parent constructor of response to be called | Roeland Jago Douma | 2019-08-19 | 1 | -10/+8 | |
|/ | | | | | | | If there is no policy set we just take the default empty ones. That way no obscure errors get thrown if the constructor is not called. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #16766 from nextcloud/fix/frame-src/no-nonce | Roeland Jago Douma | 2019-08-19 | 1 | -3/+0 | |
|\ | | | | | frame-src doesn't respect the nonce attribute | |||||
| * | frame-src doesn't respect the nonce attribute | Roeland Jago Douma | 2019-08-16 | 1 | -3/+0 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-19 | 2 | -0/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-18 | 4 | -22/+236 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-17 | 2 | -0/+18 | |
|/ | ||||||
* | Make the auto-disabled list more broad | Joas Schilling | 2019-08-15 | 4 | -15/+28 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix tracking of auto disabled apps in Updater | Georg Ehrke | 2019-08-15 | 1 | -1/+10 | |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | |||||
* | Merge pull request #15946 from martink-p/bugxfix/9792/encrypted-external-webdav | Roeland Jago Douma | 2019-08-15 | 1 | -2/+27 | |
|\ | | | | | Update Encryption.php | |||||
| * | Update Encryption.php | martink-p | 2019-06-17 | 1 | -7/+9 | |
| | | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com> | |||||
| * | Update Encryption.php | martink-p | 2019-06-17 | 1 | -1/+7 | |
| | | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com> | |||||
| * | Apply suggestions from code review | martink-p | 2019-06-17 | 1 | -5/+5 | |
| | | | | | | | | | | Co-Authored-By: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com> | |||||
| * | Update Encryption.php | martink-p | 2019-06-17 | 1 | -2/+19 | |
| | | | | | | | | Signed-off-by: martink-p <47943787+martink-p@users.noreply.github.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-15 | 124 | -238/+204 | |
| | | ||||||
* | | Merge pull request #16572 from nextcloud/fix/15613/bring-back-psql9-compat | Roeland Jago Douma | 2019-08-14 | 2 | -3/+24 | |
|\ \ | | | | | | | instead of upsert query, fallback to default on PSQL <= 9.4 | |||||
| * | | instead of upsert, fallback to default query on PgSQL <= 9.4 | Arthur Schiwon | 2019-08-14 | 2 | -3/+24 | |
| | | | | | | | | | | | | | | | | | | because there is no upsert yet Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | Merge pull request #16725 from nextcloud/bugfix/noid/syslog-di | blizzz | 2019-08-14 | 2 | -2/+3 | |
|\ \ \ | |/ / |/| | | Fix loading of the syslog logging class |