Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to serve static webm directly | Roeland Jago Douma | 2020-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | always require a message paramter for data logging | Arthur Schiwon | 2020-02-10 | 2 | -1/+12 |
| | | | | | | also ensure it plays well with current log reader Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | log Flow activity | Arthur Schiwon | 2020-02-10 | 1 | -1/+24 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #19326 from nextcloud/backport/19303/stable18 | Roeland Jago Douma | 2020-02-07 | 2 | -7/+34 |
|\ | | | | | [stable18] Fix occ maintenance:install database connect failure | ||||
| * | Split the exception handling so install errors don't log as setup errors | Joas Schilling | 2020-02-06 | 1 | -3/+11 |
| | | | | | | | | | | | | More gebuging Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Check the new connection on setup like with PostgreSQL and Oracle | Joas Schilling | 2020-02-06 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Only provide the auth method for MySQL 8.0+ to not break MariaDB | Joas Schilling | 2020-02-06 | 1 | -4/+13 |
| | | | | | | | | | | | | Provide the auth method for MySQL 8.0+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19332 from nextcloud/backport/18926/stable18 | Roeland Jago Douma | 2020-02-07 | 1 | -1/+1 |
|\ \ | | | | | | | [stable18] Array access on int will fail on php7.4 | ||||
| * | | Use strpos to check that @ is the first char | Daniel Kesselberg | 2020-02-06 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* / | Make sure the default share provider does not execute for other things | Joas Schilling | 2020-02-06 | 1 | -0/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix data Apache2 .htaccess typo | Simounet | 2020-02-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Simounet <contact@simounet.net> | ||||
* | Merge pull request #19297 from nextcloud/backport/19246/stable18 | Roeland Jago Douma | 2020-02-05 | 1 | -0/+1 |
|\ | | | | | [stable18] Keep the modification time during decryptFile | ||||
| * | Keep the modification time during decryptFile | sammo2828 | 2020-02-04 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #19292 from nextcloud/backport/19203/stable18 | Roeland Jago Douma | 2020-02-05 | 1 | -11/+27 |
|\ \ | |/ |/| | [stable18] Allow respecting PASSWORD_DEFAULT | ||||
| * | Allow selecting the hashing algorithm | Roeland Jago Douma | 2020-02-04 | 1 | -11/+27 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #19228 from nextcloud/backport/19215/stable18 | Roeland Jago Douma | 2020-02-04 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable18] WebcalRefreshJob: Fix reading refresh rate | ||||
| * | JobList: Typecast last_run to integer | Georg Ehrke | 2020-01-31 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | for the DB ot pick an index specify the object_type | Arthur Schiwon | 2020-02-03 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-02-03 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-27 | 2 | -0/+44 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #19118 from nextcloud/legacy_event_log | Roeland Jago Douma | 2020-01-26 | 1 | -1/+1 |
|\ | | | | | [stable18] Reduce legacy event log level to debug | ||||
| * | Reduce legacy event log level to debug | MichaIng | 2020-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | This is to reduce log flooding on info log level, which is currently expected tue to deprecated event use in many apps and core: https://github.com/nextcloud/server/issues/18331 This information is helpful for developers only, hence should be sufficient as debug log. Especially due to the extremely high frequency this log can happen, this currently practically forces admins to disable info logs, which conflicts with other needs. Signed-off-by: MichaIng <micha@dietpi.com> | ||||
* | | ignore values that undershoot the minimum, go with default | Arthur Schiwon | 2020-01-23 | 1 | -5/+13 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | use getSystemValueInt | blizzz | 2020-01-23 | 1 | -3/+3 |
| | | | | | | | | | | | | Co-Authored-By: kesselb <mail@danielkesselberg.de> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | expose Argon2 options (as we did for bcrypt) | Arthur Schiwon | 2020-01-23 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix loaded controller check | Joas Schilling | 2020-01-21 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Increase the timeout for app downloads | Joas Schilling | 2020-01-20 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #18906 from nextcloud/backport/18892/stable18 | Roeland Jago Douma | 2020-01-15 | 1 | -1/+1 |
|\ | | | | | [stable18] Proper text previews | ||||
| * | Proper text previews | Roeland Jago Douma | 2020-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #17828 * Modified the preview provider to provider smaller fonts for the previes (so it is not so screaming) * Modified the sidebar to show plain text and markdown files full size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #18878 from nextcloud/backport/18805/stable18 | Roeland Jago Douma | 2020-01-15 | 1 | -7/+13 |
|\ \ | |/ |/| | [stable18] Check if file already exists during file creation | ||||
| * | CHeck if file already exists during file creation | Julius Härtl | 2020-01-14 | 1 | -7/+13 |
| | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Allow to force register the namespace | Joas Schilling | 2020-01-14 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Register the namespace after reading the new file | Joas Schilling | 2020-01-14 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | AppFetcher: Distinguish between fileName and endpointName | Georg Ehrke | 2020-01-12 | 3 | -1/+5 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Clean up 2FA provider registry when a user is deleted | Christoph Wurst | 2020-01-09 | 3 | -0/+66 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Accept shares when you open mail | Roeland Jago Douma | 2020-01-06 | 1 | -1/+1 |
| | | | | | | | | | Fixes #18380 When you open a direct share to yourself. We should autoaccept the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Modify regex to match some other chromium browsers | Daniel Kesselberg | 2019-12-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix broken upgrade caused by undefined method call | Julius Härtl | 2019-12-23 | 1 | -1/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #18536 from nextcloud/enhancement/preview-center-vertically | Roeland Jago Douma | 2019-12-23 | 1 | -1/+1 |
|\ | | | | | Also center vertically when cropping previews | ||||
| * | Also center vertically when cropping previews | John Molakvoæ (skjnldsv) | 2019-12-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #18442 from nextcloud/bugfix/noid/broken_appstoreurl_config | Roeland Jago Douma | 2019-12-22 | 3 | -9/+5 |
|\ \ | | | | | | | Restore old behavior allowing to set custom appstore | ||||
| * | | Restore old behavior allowing to set custom appstore | Georg Ehrke | 2019-12-22 | 3 | -9/+5 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #18511 from Al2Klimov/bugfix/movie-getthumbnail | Roeland Jago Douma | 2019-12-22 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false | ||||
| * | | Movie#getThumbnail(): compare Movie#generateThumbNail() to null, not false | Alexander A. Klimov | 2019-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> | ||||
* | | | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id | Roeland Jago Douma | 2019-12-22 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Do not generate tokens for editor IDs that do not exist | ||||
| * | | | Do not generate tokens for editor IDs that do not exist | Christoph Wurst | 2019-12-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #18505 from ↵ | Roeland Jago Douma | 2019-12-22 | 3 | -1/+67 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/18481/avatars-always-return-201-status-code Always set the generated flag to false when an avatar is being set | ||||
| * | | | | Always set the generated flag to false when an avatar is being set | Joas Schilling | 2019-12-20 | 3 | -1/+67 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | | | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 21 | -4/+28 |
|/ / / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |