aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-232-0/+76
* Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-201-2/+1
|\
| * Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-2110-7/+263
| |\
| * | Fix return type for countUsers methodCôme Chilliet2022-10-251-2/+1
* | | Merge pull request #34172 from audriga/add-scim-json-supportJoas Schilling2022-12-201-0/+5
|\ \ \
| * \ \ Merge branch 'master' into add-scim-json-supportStanimir Bozhilov2022-12-1938-512/+912
| |\ \ \
| * | | | Remove type doc for regex constStanimir Bozhilov2022-12-111-1/+0
| * | | | Update phpDoc of the content type JSON regex and fix the regex delimiterStanimir Bozhilov2022-12-081-1/+2
| * | | | Move JSON content type regex to IRequest and make it a constStanimir Bozhilov2022-12-081-0/+5
* | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversionCôme Chilliet2022-12-191-0/+4
|\ \ \ \ \
| * | | | | fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-191-0/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-baseJulius Härtl2022-12-191-0/+1
|\ \ \ \ \
| * | | | | Revert "Just use string for groups in enableAppForGroups"Côme Chilliet2022-12-192-12/+16
| * | | | | Just use string for groups in enableAppForGroupsCôme Chilliet2022-12-192-16/+12
| * | | | | Silence false-positive from psalm in lib/public/Log/functions.phpCôme Chilliet2022-12-191-0/+1
| |/ / / /
* | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-192-20/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Same thing for ActivityCôme Chilliet2022-11-291-10/+2
| * | | | Compute parsed from rich subject and message in NotificationCôme Chilliet2022-11-291-10/+2
* | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run build/au...Julien Veyssier2022-12-151-1/+7
* | | | | use modern event dispatchJulien Veyssier2022-12-121-0/+25
* | | | | Validate if the user part of a "cloud id" can even be a valid user idJoas Schilling2022-12-091-0/+8
* | | | | Merge pull request #35586 from J0WI/public.systemvalueSimon L2022-12-071-3/+3
|\ \ \ \ \
| * | | | | Replace getSystemValue with getSystemValueStringJ0WI2022-12-051-3/+3
* | | | | | fix(database): Explicitly inherit stricly typed database schema closureChristoph Wurst2022-12-062-16/+27
|/ / / / /
* | | | | Allow empty mimeTypeJ0WI2022-12-041-4/+4
* | | | | Add type hintsJ0WI2022-12-041-36/+29
* | | | | Merge pull request #35345 from nextcloud/feat/add_event_for_failed_loginsSimon L2022-12-031-0/+62
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat: add event for failed loginsRoeland Jago Douma2022-11-241-0/+62
* | | | | Add group display name cacheAnna Larch2022-11-282-0/+104
|/ / / /
* | | | Rename mastodon to fediverseCarl Schwan2022-11-221-2/+2
* | | | Add mastodon personal info fieldCarl Schwan2022-11-211-0/+2
| |_|/ |/| |
* | | Add description for calendar uriChristopher Ng2022-11-091-0/+1
* | | Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-032-7/+48
|\ \ \
| * | | Move iMIP to it's own interfaceAnna Larch2022-11-032-7/+48
* | | | Add remote host validation APIChristoph Wurst2022-10-311-0/+51
|/ / /
* | | Add Talk converstation delete APIChristoph Wurst2022-10-313-0/+29
* | | Merge pull request #34832 from nextcloud/bugfix/noid/allow-to-conditionally-e...Joas Schilling2022-10-281-0/+44
|\ \ \
| * | | Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-271-0/+44
* | | | Emit typed event when preview is requestedJulius Härtl2022-10-271-0/+51
|/ / /
* | | Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
* | | Add missing fileCôme Chilliet2022-10-241-0/+39
| |/ |/|
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-211-0/+44
|\ \
| * | LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+44
* | | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-202-12/+12
|\ \ \
| * | | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-182-12/+12
| |/ /
* | | Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-181-1/+1
|\ \ \
| * | | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
| |/ /
* | | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-181-1/+1
|\ \ \ | |/ / |/| |
| * | Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-1/+1
* | | Merge pull request #34599 from nextcloud/fix/background-appdata-scropeVincent Petry2022-10-141-0/+17
|\ \ \