summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #37140 from nextcloud/enh/35643/fix-heic-previewsSimon L2023-03-091-33/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | imaginary - fix autorotate and improve the logicSimon L2023-03-091-33/+32
| |/ / / / / / /
* | | | | | | | Merge pull request #37070 from nextcloud/enh/noid/add-free-disk-space-checkSimon L2023-03-091-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | add a check for disk_free_space in Config.phpSimon L2023-03-071-4/+6
* | | | | | | | | Merge pull request #37116 from nextcloud/enh/37114/add-quotesSimon L2023-03-091-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | postgresql - add quotes around user namesSimon L2023-03-081-4/+4
| |/ / / / / / / /
* | | | | | | | | Merge pull request #36609 from nextcloud/lazyuserfolder-mountpointArthur Schiwon2023-03-092-3/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | optimize LazyUserFolder::getMountPointRobin Appelman2023-02-132-3/+17
* | | | | | | | | | Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-083-0/+5
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Add transaction around mass mounts operationsJoas Schilling2023-03-071-12/+19
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #36883 from nextcloud/fix/noid/gs-saml-pre-login-eventMaxence Lange2023-03-071-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | dispatch BeforeUserLoggedInEventMaxence Lange2023-03-011-2/+9
* | | | | | | | | 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
* | | | | | | | | feat(appframework): ⌚ Make ITimeFactory extend \PSR\Clock\ClockInterfaceJoas Schilling2023-03-032-1/+26
* | | | | | | | | 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
* | | | | | | | | | | Implement file reference wigetJulius Härtl2023-03-021-9/+33
* | | | | | | | | | | 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
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | feat(translations): Add translation provider APIJulius Härtl2023-02-273-0/+149
* | | | | | | | | 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 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
|/ / / / / / / /
* | | | | | | | 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-211-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+2
| |/ / / / / / /
* | | | | | | | 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-213-18/+191
* | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | feat(directediting): Allow opening by file idJulius Härtl2023-02-201-4/+21
* | | | | | | | | Merge pull request #36780 from nextcloud/bugfix/noid/console-error-share-authJulius Härtl2023-02-201-2/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix: Fix loading styles from core/css/Julius Härtl2023-02-201-2/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #36653 from nextcloud/bugfix/noid/more-defensive-old-token...Joas Schilling2023-02-201-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | fix(authentication): Handle null or empty string password hashJoas Schilling2023-02-101-1/+1
* | | | | | | | Do not set up filesystem on every callAnna Larch2023-02-173-191/+18
* | | | | | | | Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-171-1/+15
* | | | | | | | Merge pull request #36396 from nextcloud/fix/corsJulius Härtl2023-02-171-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+1
* | | | | | | | | Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contactsLouis2023-02-161-1/+7
|\ \ \ \ \ \ \ \ \