aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add rate limiting on lost password emailsCôme Chilliet2022-10-181-3/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #34628 from nextcloud/fix/files_sharing_psalmCarl Schwan2022-10-184-4/+4
|\ | | | | Various psalm fixes in files_sharing
| * Fix various other small psalm issuesCarl Schwan2022-10-172-2/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Fix checkpassword undocummented null parameterCarl Schwan2022-10-172-2/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #34554 from nextcloud/fix/psalm-twofactor-registryCarl Schwan2022-10-183-5/+5
|\ \ | | | | | | Fix wrong types in phpdoc for twofactor registry
| * | Fix the type of the return array in a few more placesCarl Schwan2022-10-182-4/+4
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix wrong types in phpdoc for twofactor registryCarl Schwan2022-10-121-1/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Run session token renewals in a database transactionChristoph Wurst2022-10-181-23/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The session token renewal does 1) Read the old token 2) Write a new token 3) Delete the old token If two processes succeed to read the old token there can be two new tokens because the queries were not run in a transaction. This is particularly problematic on clustered DBs where 1) would go to a read node and 2) and 3) go to a write node. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #31499 from nextcloud/bugfix/empty-secretCarl Schwan2022-10-174-9/+55
|\ \ \ | |_|/ |/| | Add fallback routines for empty secret cases
| * | Mark method as deprecatedCarl Schwan2022-09-132-2/+1
| | | | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix decryption fallback after adding a secretJulius Härtl2022-03-101-5/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Rotate token after fallbackJulius Härtl2022-03-101-2/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add fallback routines for empty secret casesJulius Härtl2022-03-104-5/+41
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-162-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34599 from nextcloud/fix/background-appdata-scropeVincent Petry2022-10-142-0/+32
|\ \ \ | | | | | | | | 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>
| * | | Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #34188 from nextcloud/feat/profiler-clearCarl Schwan2022-10-143-0/+11
|\ \ \ \ | |/ / / |/| | | Expose clearing the profiles and fix it
| * | | Expose clearing the profiles and fix itCarl Schwan2022-10-103-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Improve container return type annotationsJulius Härtl2022-10-144-5/+24
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-144-4/+16
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix missing background on upgradeChristopher Ng2022-10-132-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-113-45/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Extract GPS data from EXIFLouis Chemineau2022-10-112-14/+138
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #34490 from nextcloud/kill_db_mapperJoas Schilling2022-10-113-372/+0
|\ \ \ \ | | | | | | | | | | Remove long depreated AppFramework/Db/Mapper
| * | | | Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-103-372/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-112-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
|/ / / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-092-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-082-0/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34401 from ↵Joas Schilling2022-10-061-2/+14
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/file-reference-no-preview-fallback-image File reference: fallback icon to file type if no preview
| * | | File reference: use the file type icon as fallback when no preview provider ↵Julien Veyssier2022-10-061-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | for this type Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | [tx-robot] updated from transifexNextcloud bot2022-10-062-4/+4
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\ \ \ | | | | | | | | Pass logger to passwordless auth WebAuthn lib
| * | | Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-2/+5
|\ \ \ \ | | | | | | | | | | Fix User profile picture when performing the search
| * | | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Tested no issues. Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
| * | | | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Before ![image](https://user-images.githubusercontent.com/59488153/140980158-b9108161-57ab-48b4-ae6f-98ec4e72775a.png) After Fix for #31065
* | | | | Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | 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-032-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-012-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Fix unencrypted size calculation for files created before the Encryption ↵raul2022-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | storage is enabled Signed-off-by: raul <raul@nextcloud.com>
* | | | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
| |_|/ / / |/| | | | | | | | | | | | | | Signed-off-by: raul <raul@nextcloud.com>