summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-01-136-2/+34
* Merge pull request #30625 from nextcloud/enh/jsconfig-theme-perfJoas Schilling2022-01-121-2/+0
|\
| * Remove shortFooter/longFooter to avoid unnecessary navigation loadingJulius Härtl2022-01-121-2/+0
* | [tx-robot] updated from transifexNextcloud bot2022-01-124-14/+50
* | Merge pull request #30588 from nextcloud/bugfix/noid/fix-unset-scopesPytal2022-01-111-0/+1
|\ \
| * | Fix undefined/unset scope in account propertiesJoas Schilling2022-01-111-0/+1
* | | Merge pull request #30291 from nextcloud/image-memory-limitJoas Schilling2022-01-111-1/+102
|\ \ \
| * | | Prevent loading images that would require too much memory.Joachim Bauch2022-01-111-1/+102
* | | | Merge pull request #30569 from nextcloud/fix/userlang_firstloginblizzz2022-01-111-0/+9
|\ \ \ \
| * | | | Default to language from request in L10N\Factory->getUserLanguage()Jonas Meurer2022-01-101-0/+9
| | |_|/ | |/| |
* | | | Merge pull request #30582 from nextcloud/fix/streamline_clearing_static_stateLouis2022-01-111-10/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Streamline reseting of private static propertiesLouis Chemineau2022-01-111-10/+0
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-116-0/+84
|/ / /
* | | Revert "Streamline reseting of private static properties"Louis Chemineau2022-01-101-0/+10
* | | Streamline reseting of private static propertiesLouis Chemineau2022-01-101-10/+0
* | | Fix fail when keys/files folder already existsVincent Petry2022-01-101-1/+5
|/ /
* | Merge pull request #30020 from nextcloud/feat/webpack-vendors-bundlesCarl Schwan2022-01-106-19/+52
|\ \
| * | Deprecate script functionLouis Chemineau2022-01-081-0/+1
| * | Reset $scriptDeps in testsLouis Chemineau2022-01-081-0/+10
| * | Detect app's script higher up as some scripts were shadowedLouis Chemineau2022-01-081-0/+1
| * | Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)2022-01-081-8/+12
| * | Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-083-9/+21
| * | Restore some line in JSResourceLocator.phpLouis Chemineau2022-01-081-5/+7
| * | Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-084-16/+19
* | | [tx-robot] updated from transifexNextcloud bot2022-01-104-2/+58
* | | [tx-robot] updated from transifexNextcloud bot2022-01-096-0/+108
|/ /
* | [tx-robot] updated from transifexNextcloud bot2022-01-08132-2064/+2100
* | Merge pull request #30378 from nextcloud/feature/accept-multiple-args-on-concatJoas Schilling2022-01-075-9/+33
|\ \
| * | Unit testsVitor Mattos2022-01-071-1/+1
| * | Accept multipe args on concatVitor Mattos2022-01-065-9/+33
* | | Merge pull request #30491 from nextcloud/fix/30374/email-verificationblizzz2022-01-071-1/+4
|\ \ \
| * | | Fix email verificationChristopher Ng2022-01-061-1/+4
* | | | Merge pull request #30284 from nextcloud/Valdnet-patch-1Joas Schilling2022-01-072-21/+21
|\ \ \ \
| * | | | l10n: Add a text string to translationValdnet2021-12-201-1/+1
| * | | | l10n: Add <code>Valdnet2021-12-151-1/+1
| * | | | l10n: Add <code>Valdnet2021-12-151-1/+1
| * | | | l10n: Separate words and add dotsValdnet2021-12-151-18/+18
| * | | | l10n: Separate wordsValdnet2021-12-151-3/+3
| | |_|/ | |/| |
* | | | [tx-robot] updated from transifexNextcloud bot2022-01-072-10/+12
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2022-01-062-2/+2
* | | Merge pull request #29921 from nextcloud/feature/noid/allow-to-count-commment...Joas Schilling2022-01-052-4/+39
|\ \ \ | |_|/ |/| |
| * | Allow to count comments with multiple verbsJoas Schilling2021-11-262-4/+39
* | | Merge pull request #30393 from nextcloud/feature/add-group-concat-aggregator-...Joas Schilling2022-01-046-11/+64
|\ \ \
| * | | Use quote functionJoas Schilling2022-01-042-7/+3
| * | | Try escaping Oracle single quotesJoas Schilling2022-01-041-1/+1
| * | | Add a test with integerJoas Schilling2022-01-046-17/+27
| * | | Fix oracle LISTAGGJoas Schilling2022-01-031-1/+1
| * | | Add unit testVitor Mattos2022-01-035-25/+12
| * | | Add unit test and orderBy parameterVitor Mattos2022-01-036-14/+40
| * | | Add group_concat aggregator functionVitor Mattos2022-01-034-0/+34