aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst2022-11-032-7/+48
|\ | | | | Move iMIP to its own interface
| * Move iMIP to it's own interfaceAnna Larch2022-11-032-7/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and clean up the code a bit. Added: - author Removed: - unused imports Changed: - moved iMIP handling to new interface - pointed code to new implementation Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Add remote host validation APIChristoph Wurst2022-10-311-0/+51
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add Talk converstation delete APIChristoph Wurst2022-10-313-0/+29
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #34832 from ↵Joas Schilling2022-10-281-0/+44
|\ | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets
| * Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-271-0/+44
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Emit typed event when preview is requestedJulius Härtl2022-10-271-0/+51
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update lib/public/User/Backend/ICountMappedUsersBackend.phpCôme Chilliet2022-10-251-2/+2
| | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* Add missing fileCôme Chilliet2022-10-241-0/+39
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-211-0/+44
|\ | | | | LDAP to not register new users when outside of fair use or over limits
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+44
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-202-12/+12
|\ \ | | | | | | Multiple fix for files external
| * | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-182-12/+12
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-181-1/+1
|\ \ | | | | | | Various psalm fixes in files_sharing
| * | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-1/+1
| |/ | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-181-1/+1
|\ \ | |/ |/| Fix wrong types in phpdoc for twofactor registry
| * Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-1/+1
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34599 from nextcloud/fix/background-appdata-scropeVincent Petry2022-10-141-0/+17
|\ \ | | | | | | Scope the appdata theming storage for global and users
| * | Fix testsJohn Molakvoæ2022-10-141-0/+17
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #34188 from nextcloud/feat/profiler-clearCarl Schwan2022-10-141-0/+6
|\ \ \ | |/ / |/| | Expose clearing the profiles and fix it
| * | Expose clearing the profiles and fix itCarl Schwan2022-10-101-0/+6
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Improve container return type annotationsJulius Härtl2022-10-141-3/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-101-370/+0
| |/ |/| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+6
|\ \ | | | | | | Add isDeleted to OCP\Calendar\ICalendar
| * | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+6
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Fix typo in deprecatedJoas Schilling2022-10-043-4/+4
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #34350 from ↵Joas Schilling2022-10-031-1/+10
|\ \ | | | | | | | | | | | | nextcloud/bugfix/34278/add-capability-for-the-reference-api Add a capability for the reference API and expose the regex to clients
| * | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-011-1/+10
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-8/+8
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #34329 from nextcloud/fix/cleanup-long-time-deprecated-stuffCôme Chilliet2022-10-012-30/+0
|\ \ \ | | | | | | | | Remove some constants and functions which have been long deprecated
| * | | Remove some constants and functions which have been long deprecatedCôme Chilliet2022-09-302-30/+0
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / / reference url can always fallback to the link itselfJulien Veyssier2022-09-302-3/+3
|/ / | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | Merge pull request #34322 from nextcloud/bugfix/noid/limit-url-matching-to-httpsJulius Härtl2022-09-301-1/+1
|\ \ | | | | | | Only match http(s) URLs for references
| * | Only match http(s) URLs for referencesJoas Schilling2022-09-291-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Cleanup tags and Share componentCarl Schwan2022-09-291-17/+17
|/ / | | | | | | | | | | | | | | | | - Port to LoggerInterface - Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB - Use IEventListener instead of hooks - Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add sinceJoas Schilling2022-09-261-9/+97
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move Reference class to public namespaceJulius Härtl2022-09-261-0/+161
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Allow CSRF on CORS routesJonas Rittershofer2022-09-211-1/+1
|/ | | | | | Co-authored-by: Julius Härtl <jus@bitgrid.net> Co-authored-by: Andreas Brinner <andreas@everlanes.net> Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
* Merge pull request #33658 from nextcloud/dashboard-api-widgetsVincent Petry2022-09-165-0/+259
|\ | | | | Extend dashboard api to allow listing of widgets
| * Add since tagsJoas Schilling2022-09-163-0/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * move widget options into a Option classRobin Appelman2022-09-153-8/+69
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add IItemOptionWidget to define some item-related parameters, only ↵Julien Veyssier2022-09-151-0/+37
| | | | | | | | | | | | getItemIconsRound() for now Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
| * change widget button api to support multiple button typesRobin Appelman2022-09-152-17/+82
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * allow adding button to dashboard api outputRobin Appelman2022-09-151-0/+51
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add dashboard api to list widgetsRobin Appelman2022-09-151-0/+37
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2Vincent Petry2022-09-151-0/+17
|\ \ | |/ |/| set defaultEnabled in shipped.json
| * fix phpdocMaxence Lange2022-09-151-2/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * set defaultEnabled in shipped.jsonMaxence Lange2022-09-151-0/+17
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #34048 from nextcloud/feat/add-nodeFilter-to-user_migrationVincent Petry2022-09-151-1/+2
|\ \ | | | | | | Add a nodeFilter parameter for IExportDestination::copyFolder
| * | Add a nodeFilter parameter for IExportDestination::copyFolderCôme Chilliet2022-09-131-1/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>