summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #45235 from nextcloud/fix/remove-old-scheduling-objectsAnna2024-06-031-0/+2
|\ | | | | fix(caldav): automatically delete outdated scheduling objects
| * fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-311-0/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #40147 from ↵John Molakvoæ2024-05-312-3/+5
|\ \ | | | | | | | | | summersab/refactor/OC-Server-getNotificationManager
| * | chore: php lint fix importJohn Molakvoæ2024-05-301-1/+1
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | Merge branch 'master' into refactor/OC-Server-getNotificationManagerJohn Molakvoæ2024-05-301885-44834/+36210
| |\ \ | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Refactor `OC\Server::getNotificationManager`Andrew Summers2023-08-292-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | Merge pull request #40124 from summersab/refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-317-9/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-308-17/+25
| |\ \ \ | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | chore: remove unnecessary php import during refactorJohn Molakvoæ2024-05-301-2/+0
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-301885-44832/+36208
| |\ \ \ \ | | | |_|/ | | |/| | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-298-11/+16
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | Merge pull request #40120 from summersab/refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-312-2/+4
|\ \ \ \
| * \ \ \ Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-304-7/+11
| |\ \ \ \ | | | |_|/ | | |/| | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-307-10/+14
| |\ \ \ \ | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * \ \ \ \ Merge branch 'master' into refactor/OC-Server-getCsrfTokenManagerJohn Molakvoæ2024-05-301885-44832/+36208
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | Refactor `OC\Server::getCsrfTokenManager`Andrew Summers2023-08-292-2/+4
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | | | Merge pull request #45413 from nextcloud/createIfNotExistsFerdinand Thiessen2024-05-301-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | fix(files): Try to create dir only if it not exists
| * | | | Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | | fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
| | |/ / | |/| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-307-10/+14
|\ \ \ \ | | |_|/ | |/| | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Merge pull request #40151 from summersab/refactor/OC-Server-getMailerJohn Molakvoæ2024-05-304-5/+7
| |\ \ \
| | * | | chore: fix duplicate php importJohn Molakvoæ2024-05-301-1/+0
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | | Merge branch 'master' into refactor/OC-Server-getMailerJohn Molakvoæ2024-05-301885-44831/+36208
| | |\| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | | Refactor `OC\Server::getMailer`Andrew Summers2023-08-294-5/+7
| | | |/ | | |/| | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | Merge pull request #40119 from summersab/refactor/OC-Server-getContactsManagerJohn Molakvoæ2024-05-301-1/+1
| |\ \ \
| | * | | chore: adjust php comment usage hintJohn Molakvoæ2024-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | | Merge branch 'master' into refactor/OC-Server-getContactsManagerJohn Molakvoæ2024-05-301885-44833/+36208
| | |\ \ \ | | | | |/ | | | |/| Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * | | Refactor `OC\Server::getContactsManager`Andrew Summers2023-08-292-2/+3
| | | |/ | | |/| | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
| * | | Merge branch 'master' into refactor/OC-Server-getHTTPClientServiceJohn Molakvoæ2024-05-301885-44832/+36208
| |\ \ \ | | | |/ | | |/| Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | Refactor `OC\Server::getHTTPClientService`Andrew Summers2023-08-293-4/+6
| | |/ | |/| | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com>
* | | chore: fix missing semi-colon in refactorJohn Molakvoæ2024-05-301-1/+1
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | Merge branch 'master' into refactor/OC-Server-getL10NFactoryJohn Molakvoæ2024-05-301885-44832/+36208
|\ \ \ | | |/ | |/| Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-302-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny <jake@nabasny.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
| * | Merge pull request #45222 from ↵Daniel2024-05-291-1/+1
| |\ \ | | | | | | | | | | | | | | | | nextcloud/bug/noid/caldav-search-limit-and-timerange CalDAV fix search with limit and time range
| | * | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Sorting the events by the start date leads to more predictable results for the search API consumers. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Merge pull request #45559 from nextcloud/bug/noid/add-reason-lock-wait-timeoutDaniel2024-05-292-0/+11
| |\ \ \ | | | | | | | | | | add mapping for lock wait timeout
| | * | | feat(db): add mapping for lock wait timeoutDaniel Kesselberg2024-05-292-0/+11
| | |/ / | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Merge pull request #45411 from ↵Daniel2024-05-292-2/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | nextcloud/fix/auth/selective-token-activity-update fix(auth): Update authtoken activity selectively
| | * | fix(auth): Update authtoken activity selectivelyChristoph Wurst2024-05-212-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | fix(db): Prevent two connections for single node databasesChristoph Wurst2024-05-281-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Merge pull request #39589 from ↵Thomas Citharel2024-05-271-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enh/set-nest-transactions-with-savepoints set Doctrine to use nest transactions with savepoints
| | * | | feat(db): set Doctrine to use nest transactions with savepointsThomas Citharel2024-02-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using nested transactions without savepoints is actually deprecated by Doctrine: https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/transactions.html#transaction-nesting Without savepoints, a nested transaction can be rollbacked but not handled properly in the "real" transaction, leading to the following error: Transaction commit failed because the transaction has been marked for rollback only. Ref https://github.com/nextcloud/server/pull/36528#issuecomment-1639913965 (and possibly) https://github.com/nextcloud/server/issues/38902#issuecomment-1598075391 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | Merge pull request #45014 from nextcloud/forbid-moving-subfolderRobin Appelman2024-05-271-0/+6
| |\ \ \ \ | | | | | | | | | | | | fix: forbid moving a folder into a subfolder of itself
| | * | | | fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-171-0/+6
| | | |/ / | | |/| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | fix(db): Log loong transaction times at debug levelJosh2024-05-251-2/+2
| | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
| * | | | chore: Add SPDX headerAndy Scherzinger2024-05-241670-34375/+4459
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * | | | refactor(shareManager): Use constructor property promotionfenn-cs2024-05-231-75/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-233-83/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | | Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-usersCôme Chilliet2024-05-233-4/+15
| |\ \ \ \ | | | | | | | | | | | | feat: Add back searching in disabled user list
| | * | | | fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To match what is done for Database backend for enabled users Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>