summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a debug message when throttling without definingJoas Schilling2023-03-082-11/+11
* feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-085-6/+98
* Merge pull request #32038 from nextcloud/bugfix/noid/only-update-indexes-afte...Joas Schilling2023-03-081-12/+19
|\
| * Add transaction around mass mounts operationsJoas Schilling2023-03-071-12/+19
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-082-0/+8
|/
* Merge pull request #37026 from nextcloud/fix/route-logsJoas Schilling2023-03-071-1/+4
|\
| * fix: Avoid log spam on 404 routes not using GETJulius Härtl2023-03-031-1/+4
* | Merge pull request #36883 from nextcloud/fix/noid/gs-saml-pre-login-eventMaxence Lange2023-03-072-9/+29
|\ \
| * | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-012-9/+29
* | | fix: Use proper path for quota fetchingJulius Härtl2023-03-062-6/+6
* | | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-062-0/+10
* | | Merge pull request #35872 from nextcloud/feature/noid/psr-clock-interfaceJoas Schilling2023-03-063-4/+45
|\ \ \
| * | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-033-4/+45
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-066-0/+16
* | | | Merge pull request #37040 from nextcloud/techdebt/noid/remove-deprecated-classesJoas Schilling2023-03-056-108/+11
|\ \ \ \ | |/ / / |/| | |
| * | | techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-036-108/+11
* | | | Merge pull request #36736 from Glandos/patch-2John Molakvoæ2023-03-031-10/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix indent 2Glandos2023-02-161-7/+7
| * | | fix indentGlandos2023-02-151-8/+8
| * | | Use proc_open to avoid spawning a shellGlandos2023-02-151-10/+17
* | | | Merge pull request #36941 from nextcloud/bugfix/prevent-error-with-oracle-dat...Joas Schilling2023-03-031-8/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Split the comments ids by chunksVitor Mattos2023-03-011-8/+16
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-03194-0/+194
* | | | Implement file reference wigetJulius Härtl2023-03-022-9/+39
* | | | Merge pull request #36803 from nextcloud/fix/sqlite-commentsblizzz2023-03-021-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix(DB): Remove not supported column comments when using SQLiteFerdinand Thiessen2023-02-221-1/+5
* | | | fix: treat text app session parameters as sensitive valuesMax2023-03-011-0/+10
| |/ / |/| |
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-014-0/+118
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-284-0/+4
* | | feat(translations): Add translation provider APIJulius Härtl2023-02-2710-0/+390
* | | Merge pull request #36837 from nextcloud/fix/truncate-overlong-tagnamesJoas Schilling2023-02-271-3/+5
|\ \ \
| * | | fix(SystemTagManager): Truncate overlong tag namesMarcel Klehr2023-02-241-3/+5
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-272-0/+2
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-252-0/+2
* | | | Merge pull request #36781 from nextcloud/bugfix/noid/run-repairsteps-against-...v26.0.0beta5Joas Schilling2023-02-242-2/+4
|\ \ \ \
| * | | | Fix appconfig compatibility with Oracle DBJoas Schilling2023-02-231-1/+2
| * | | | fix(OCC): Don't throw in the repair step for phone validationJoas Schilling2023-02-231-1/+2
| |/ / /
* / / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-242-0/+2
|/ / /
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-232-0/+2
|/ /
* | fix: Update autoloader after #36792Julius Härtl2023-02-212-0/+2
* | Merge pull request #36795 from nextcloud/fix/remove-erronous-parentheses-in-i...Côme Chilliet2023-02-211-1/+1
|\ \
| * | Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-1/+1
* | | Merge pull request #36792 from nextcloud/enh/noid/add-before-group-changed-eventJulien Veyssier2023-02-212-0/+96
|\ \ \
| * | | dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-212-0/+96
| |/ /
* | | Merge pull request #36428 from nextcloud/disable-db-user-createRobin Appelman2023-02-213-44/+53
|\ \ \ | |/ / |/| |
| * | add option to disable db user creation trough environment variableRobin Appelman2023-02-213-44/+53
* | | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-216-18/+210
* | | Merge pull request #36759 from sgolovan/masterSimon L2023-02-201-1/+1
|\ \ \
| * | | Fix integer overflow on 32-bit systems when testing free space for writing a ...Sergei Golovan2023-02-201-1/+1
* | | | Merge pull request #36727 from nextcloud/enh/file-id-direct-editingJulius Härtl2023-02-201-4/+21
|\ \ \ \ | |_|/ / |/| | |