summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-02-0816-4/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-02-0710-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2020-02-07108-180/+188
|
* Merge pull request #18926 from nextcloud/fix/18689/int-array-accessJoas Schilling2020-02-061-1/+1
|\ | | | | Array access on int will fail on php7.4
| * Use strpos to check that @ is the first charDaniel Kesselberg2020-01-231-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17075 from nextcloud/enh/samesitecookiesRoeland Jago Douma2020-02-062-3/+27
|\ \ | | | | | | Only send samesite cookies
| * | Only send samesite cookiesRoeland Jago Douma2020-02-062-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-installJoas Schilling2020-02-062-7/+34
|\ \ \ | |/ / |/| | Fix occ maintenance:install database connect failure
| * | Split the exception handling so install errors don't log as setup errorsJoas Schilling2020-02-051-3/+11
| | | | | | | | | | | | | | | | | | More gebuging Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Check the new connection on setup like with PostgreSQL and OracleJoas Schilling2020-02-051-0/+10
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling2020-02-051-4/+13
| | | | | | | | | | | | | | | | | | Provide the auth method for MySQL 8.0+ Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-062-0/+98
| | |
* | | Merge pull request #19165 from Simounet/fix/data-apache-htaccess-typoJohn Molakvoæ2020-02-051-1/+1
|\ \ \ | |/ / |/| | Fix data Apache2 .htaccess typo
| * | Fix data Apache2 .htaccess typoSimounet2020-02-051-1/+1
| | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | | Merge pull request #19246 from sammo2828/decrypt-all-keep-mtimeRoeland Jago Douma2020-02-041-0/+1
|\ \ \ | | | | | | | | Keep the modification time during decryptFile
| * | | Keep the modification time during decryptFilesammo28282020-02-011-0/+1
| | | |
* | | | Merge pull request #19203 from nextcloud/enh/allow_selecting_hashing_algorithmRoeland Jago Douma2020-02-041-11/+27
|\ \ \ \ | | | | | | | | | | Allow respecting PASSWORD_DEFAULT
| * | | | Allow selecting the hashing algorithmRoeland Jago Douma2020-02-031-11/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-02-042-0/+54
|/ / / /
* | | | for the DB ot pick an index specify the object_typeArthur Schiwon2020-02-031-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #19241 from nextcloud/bug/noid/job-catch-throwableRoeland Jago Douma2020-02-031-1/+1
|\ \ \ \ | | | | | | | | | | Make sure to catch php errors during job execution
| * | | | Make sure to catch php errors during job executionDaniel Kesselberg2020-01-311-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #19243 from nextcloud/enh/settings/admin_settings_to_info_xmlRoeland Jago Douma2020-02-031-47/+1
|\ \ \ \ | | | | | | | | | | Move Admin Settings also to info.xml
| * | | | Move Admin Settings also to info.xmlRoeland Jago Douma2020-01-311-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 transifexNextcloud bot2020-02-022-0/+2
|/ / /
* | | Merge pull request #19215 from nextcloud/bugfix/19146/webcal_not_updatedRoeland Jago Douma2020-01-311-1/+1
|\ \ \ | | | | | | | | WebcalRefreshJob: Fix reading refresh rate
| * | | JobList: Typecast last_run to integerGeorg Ehrke2020-01-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Move personal settings to proper registrationRoeland Jago Douma2020-01-301-35/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Move password settingsRoeland Jago Douma2020-01-301-1/+1
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #19176 from nextcloud/fix/contacts-menu-mailt-encodingRoeland Jago Douma2020-01-301-1/+1
|\ \ \ | | | | | | | | Do not encode contacts menu mailto links
| * | | Do not encode contacts menu mailto linksChristoph Wurst2020-01-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2020-01-30162-562/+566
| | | |
* | | | Merge pull request #19174 from ↵Roeland Jago Douma2020-01-291-12/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/settings/admin_sectorions_to_proper_app Move admin sections to settings app
| * | | | Move admin sections to settings appRoeland Jago Douma2020-01-281-12/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-01-29136-202/+314
| | | | |
* | | | | Make sure the default share provider does not execute for other thingsJoas Schilling2020-01-281-0/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #19168 from ↵blizzz2020-01-281-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 appRoeland Jago Douma2020-01-281-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 transifexNextcloud bot2020-01-282-0/+2
|/ / /
* / / Fix tests after #18745Roeland Jago Douma2020-01-271-1/+1
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Change avatar placeholder from single letter to 2 lettersSergey Shliakhov2020-01-271-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-bundleRoeland Jago Douma2020-01-274-0/+46
|\ \ | | | | | | add hub bundle for easy installation on upgraded instances
| * | add hub bundle for easy post-installationArthur Schiwon2020-01-264-0/+46
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-272-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-01-252-0/+2
| |
* | Merge pull request #19100 from nextcloud/refactor/leafo-to-scssphpRoeland Jago Douma2020-01-241-6/+5
|\ \ | | | | | | Migrate leafo/scssphp to scssphp/scssphp
| * | Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-6/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-01-242-0/+12
|/ /
* | Merge pull request #19023 from nextcloud/enh+fix/17131/hasher-configblizzz2020-01-231-0/+14
|\ \ | |/ |/| expose Argon2 options (as we did for bcrypt)
| * ignore values that undershoot the minimum, go with defaultArthur Schiwon2020-01-221-5/+13
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>