Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #18904 from nextcloud/enh/noid/flow-logging | Roeland Jago Douma | 2020-02-10 | 5 | -1/+79 |
|\ | | | | | Log Flow activity | ||||
| * | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 3 | -4/+15 |
| | | | | | | | | | | | | also ensure it plays well with current log reader Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | log Flow activity | Arthur Schiwon | 2020-01-28 | 4 | -1/+68 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #19307 from nextcloud/enh/argon2id | Roeland Jago Douma | 2020-02-10 | 1 | -21/+13 |
|\ \ | | | | | | | Add Argon2id support | ||||
| * | | Add Argon2id support | Roeland Jago Douma | 2020-02-07 | 1 | -21/+13 |
| | | | | | | | | | | | | | | | | | | When available we should use argon2id for hashing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-10 | 4 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-09 | 2 | -2/+114 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-08 | 16 | -4/+16 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 10 | -0/+10 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 108 | -180/+188 |
| | | |||||
* | | Merge pull request #18926 from nextcloud/fix/18689/int-array-access | Joas Schilling | 2020-02-06 | 1 | -1/+1 |
|\ \ | | | | | | | Array access on int will fail on php7.4 | ||||
| * | | Use strpos to check that @ is the first char | Daniel Kesselberg | 2020-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #17075 from nextcloud/enh/samesitecookies | Roeland Jago Douma | 2020-02-06 | 2 | -3/+27 |
|\ \ \ | | | | | | | | | Only send samesite cookies | ||||
| * | | | Only send samesite cookies | Roeland Jago Douma | 2020-02-06 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the last remaining two cookies lax. The session cookie itself. And the session password as well (on php 7.3 that is). Samesite cookies are the best cookies! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #19303 from nextcloud/test/debug-install | Joas Schilling | 2020-02-06 | 2 | -7/+34 |
|\ \ \ \ | |/ / / |/| | | | Fix occ maintenance:install database connect failure | ||||
| * | | | Split the exception handling so install errors don't log as setup errors | Joas Schilling | 2020-02-05 | 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-05 | 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-05 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Provide the auth method for MySQL 8.0+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-06 | 2 | -0/+98 |
| | | | | |||||
* | | | | Merge pull request #19165 from Simounet/fix/data-apache-htaccess-typo | John Molakvoæ | 2020-02-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix data Apache2 .htaccess typo | ||||
| * | | | Fix data Apache2 .htaccess typo | Simounet | 2020-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net> | ||||
* | | | | Merge pull request #19246 from sammo2828/decrypt-all-keep-mtime | Roeland Jago Douma | 2020-02-04 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Keep the modification time during decryptFile | ||||
| * | | | | Keep the modification time during decryptFile | sammo2828 | 2020-02-01 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #19203 from nextcloud/enh/allow_selecting_hashing_algorithm | Roeland Jago Douma | 2020-02-04 | 1 | -11/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow respecting PASSWORD_DEFAULT | ||||
| * | | | | | Allow selecting the hashing algorithm | Roeland Jago Douma | 2020-02-03 | 1 | -11/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-04 | 2 | -0/+54 |
|/ / / / / | |||||
* | | | | | 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> | ||||
* | | | | | Merge pull request #19241 from nextcloud/bug/noid/job-catch-throwable | Roeland Jago Douma | 2020-02-03 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Make sure to catch php errors during job execution | ||||
| * | | | | | Make sure to catch php errors during job execution | Daniel Kesselberg | 2020-01-31 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | Merge pull request #19243 from nextcloud/enh/settings/admin_settings_to_info_xml | Roeland Jago Douma | 2020-02-03 | 1 | -47/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Move Admin Settings also to info.xml | ||||
| * | | | | | Move Admin Settings also to info.xml | Roeland Jago Douma | 2020-01-31 | 1 | -47/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More cleanup of the Settings apps. Makes the manager cleaner and a proper manager. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-02 | 2 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #19215 from nextcloud/bugfix/19146/webcal_not_updated | Roeland Jago Douma | 2020-01-31 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | WebcalRefreshJob: Fix reading refresh rate | ||||
| * | | | | JobList: Typecast last_run to integer | Georg Ehrke | 2020-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | Move personal settings to proper registration | Roeland Jago Douma | 2020-01-30 | 1 | -35/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Move password settings | Roeland Jago Douma | 2020-01-30 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encoding | Roeland Jago Douma | 2020-01-30 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Do not encode contacts menu mailto links | ||||
| * | | | | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-30 | 162 | -562/+566 |
| | | | | | |||||
* | | | | | Merge pull request #19174 from ↵ | Roeland Jago Douma | 2020-01-29 | 1 | -12/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app | ||||
| * | | | | | Move admin sections to settings app | Roeland Jago Douma | 2020-01-28 | 1 | -12/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-29 | 136 | -202/+314 |
| | | | | | |||||
* | | | | | Make sure the default share provider does not execute for other things | Joas Schilling | 2020-01-28 | 1 | -0/+3 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #19168 from ↵ | blizzz | 2020-01-28 | 1 | -5/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/enh/settings/personal_sections_to_proper_app Move the Personal sections to the settings app | ||||
| * | | | Move the Personal sections to the settings app | Roeland Jago Douma | 2020-01-28 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to have weird magic in the manager. This should be properly registered in the right way. The settings code is messy anyways. This is a start to make it a tad more clean. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-01-28 | 2 | -0/+2 |
|/ / / | |||||
* / / | Fix tests after #18745 | Roeland Jago Douma | 2020-01-27 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Change avatar placeholder from single letter to 2 letters | Sergey Shliakhov | 2020-01-27 | 1 | -9/+11 |
| | | | | | | | | | | https://github.com/nextcloud/server/issues/18717 Signed-off-by: Sergey Shliakhov <husband.sergey@gmail.com> | ||||
* | | Merge pull request #19105 from nextcloud/enh/noid/hub-bundle | Roeland Jago Douma | 2020-01-27 | 4 | -0/+46 |
|\ \ | | | | | | | add hub bundle for easy installation on upgraded instances | ||||
| * | | add hub bundle for easy post-installation | Arthur Schiwon | 2020-01-26 | 4 | -0/+46 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |