aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23923 from nextcloud/bugfix/oci/fix-greatest-order-for-or...Roeland Jago Douma2020-11-075-10/+77
|\
| * Update parametersJoas Schilling2020-11-074-8/+32
| * Make sure Oracle always casts everything in the best wayJoas Schilling2020-11-061-0/+43
| * Use Query builder functionJoas Schilling2020-11-061-1/+1
| * Fix order of GREATEST for OracleJoas Schilling2020-11-061-3/+3
* | Merge pull request #23934 from nextcloud/enh/avoid_scss_compileJohn Molakvoæ2020-11-071-3/+13
|\ \
| * | Avoid SCSS compilation if not neededRoeland Jago Douma2020-11-061-3/+13
| |/
* | Merge pull request #23821 from nextcloud/td/enh/no_fs_setup_by_defaultMorris Jobke2020-11-061-1/+0
|\ \
| * | Do not setup the default FS on normal routesRoeland Jago Douma2020-11-061-1/+0
* | | Merge pull request #23942 from nextcloud/techdebt/cookie-lax-php7.3Morris Jobke2020-11-063-33/+21
|\ \ \
| * | | Remove the cookie paths for php<7.3Christoph Wurst2020-11-063-33/+21
* | | | Merge pull request #23938 from nextcloud/bugfix/oci/sharing-ocdbMorris Jobke2020-11-062-29/+39
|\ \ \ \
| * | | | Replace some usages of OC_DB in OC\Share\* with query builderJoas Schilling2020-11-062-29/+39
| | |_|/ | |/| |
* | | | Merge pull request #23851 from nextcloud/enh/read_env_only_onceMorris Jobke2020-11-061-3/+7
|\ \ \ \
| * | | | Read the env variables only onceRoeland Jago Douma2020-11-021-3/+7
* | | | | Merge pull request #23943 from nextcloud/bugfix/oci/fix-ilike-on-oracleMorris Jobke2020-11-061-3/+1
|\ \ \ \ \
| * | | | | Fix iLike() falsely turning escaped % and _ into wildcardsJoas Schilling2020-11-061-3/+1
* | | | | | Merge pull request #23922 from nextcloud/bugfix/noid/fix-query-type-detectionMorris Jobke2020-11-061-6/+9
|\ \ \ \ \ \
| * | | | | | Improve query type detectionJoas Schilling2020-11-061-6/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #23928 from nextcloud/bugfix/oci/dont-leave-stray-cursors-...Morris Jobke2020-11-062-53/+43
|\ \ \ \ \ \
| * | | | | | Fix repair mimetype step to not leave stray cursorsJoas Schilling2020-11-062-53/+43
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #23940 from nextcloud/enh/skip_already_loaded_appsMorris Jobke2020-11-061-3/+3
|\ \ \ \ \ \
| * | | | | | Skip already loaded apps in loadAppsRoeland Jago Douma2020-11-061-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #23929 from nextcloud/techdebt/noid/deprecate-prepare-and-...Morris Jobke2020-11-061-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Deprecate OC_DB::prepare and OC_DB::executeAudited as they leak cursorsJoas Schilling2020-11-061-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #23932 from nextcloud/enh/s3/do_not_check_bucket_exists_on...Morris Jobke2020-11-061-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow config to specify the bucket existsRoeland Jago Douma2020-11-061-1/+2
| |/ / /
* | | | Merge pull request #23921 from nextcloud/techdebt/oci/fix-casting-to-integerJulius Härtl2020-11-061-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix casting to integer on OracleJoas Schilling2020-11-061-0/+4
| |/ /
* / / Bearer must be in the start of the auth headerRoeland Jago Douma2020-11-061-3/+3
|/ /
* | Merge pull request #23887 from ecsecta/fix_23797Morris Jobke2020-11-051-5/+0
|\ \
| * | fix: also remove use statement of UserCreatedEventTobias Assmann2020-11-051-1/+0
| * | fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann2020-11-041-4/+0
* | | Merge pull request #23901 from nextcloud/techdebt/noid/deprecate-old-usermana...Roeland Jago Douma2020-11-051-0/+2
|\ \ \
| * | | Deprecate old user manager events for user creationMorris Jobke2020-11-041-0/+2
* | | | Merge pull request #23819 from nextcloud/td/routing/move_things_aroundMorris Jobke2020-11-044-2/+280
|\ \ \ \
| * | | | Cleanup route registration logicRoeland Jago Douma2020-11-034-2/+280
| | |_|/ | |/| |
* | | | Merge pull request #23792 from nextcloud/techdebt/noid/group-unread-comment-c...Morris Jobke2020-11-042-0/+51
|\ \ \ \ | |_|/ / |/| | |
| * | | Add a function to get the unread count for multiple objects in one goJoas Schilling2020-11-042-0/+51
| | |/ | |/|
* / | Document the behaviour inlineMorris Jobke2020-11-041-0/+2
|/ /
* | Merge pull request #21693 from nextcloud/fix/noid/import-certificates-only-by...Morris Jobke2020-11-0310-106/+125
|\ \
| * | Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-034-0/+67
| * | Always return the default path if we canRoeland Jago Douma2020-11-032-4/+28
| * | Improve CertificateManager to not be user context dependentMorris Jobke2020-11-035-103/+31
| |/
* / Replace prefix in executeUpdateJulius Härtl2020-11-031-0/+3
|/
* Merge pull request #23839 from nextcloud/fix/noid/avatar-statusMorris Jobke2020-11-021-1/+1
|\
| * No need to check if there is an avatar available, because it is generated on ...Morris Jobke2020-11-021-1/+1
* | Move localecache to arrayRoeland Jago Douma2020-11-021-7/+5
|/
* Merge pull request #23822 from nextcloud/enh/parse_localse_only_onceRoeland Jago Douma2020-11-021-5/+14
|\
| * Only parse the locales onesRoeland Jago Douma2020-10-311-5/+14