aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-1817-210/+209
* [tx-robot] updated from transifexNextcloud bot2022-10-162-0/+8
* Merge pull request #34599 from nextcloud/fix/background-appdata-scropeVincent Petry2022-10-142-0/+32
|\
| * Fix testsJohn Molakvoæ2022-10-141-0/+17
| * Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-0/+15
* | Merge pull request #34188 from nextcloud/feat/profiler-clearCarl Schwan2022-10-143-0/+11
|\ \ | |/ |/|
| * Expose clearing the profiles and fix itCarl Schwan2022-10-103-0/+11
* | Improve container return type annotationsJulius Härtl2022-10-144-5/+24
* | [tx-robot] updated from transifexNextcloud bot2022-10-144-4/+16
* | Fix missing background on upgradeChristopher Ng2022-10-132-0/+2
* | Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
* | Allow scanning for metadata with occ scan:file --generate-metadataCarl Schwan2022-10-113-45/+35
* | Extract GPS data from EXIFLouis Chemineau2022-10-112-14/+138
* | Merge pull request #34490 from nextcloud/kill_db_mapperJoas Schilling2022-10-113-372/+0
|\ \
| * | Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-103-372/+0
* | | [tx-robot] updated from transifexNextcloud bot2022-10-112-0/+2
* | | typehint migrationservice closuresRoeland Jago Douma2022-10-091-4/+5
|/ /
* | [tx-robot] updated from transifexNextcloud bot2022-10-092-4/+4
* | [tx-robot] updated from transifexNextcloud bot2022-10-082-0/+14
* | [tx-robot] updated from transifexNextcloud bot2022-10-072-0/+8
* | Merge pull request #34401 from nextcloud/fix/file-reference-no-preview-fallba...Joas Schilling2022-10-061-2/+14
|\ \
| * | File reference: use the file type icon as fallback when no preview provider f...Julien Veyssier2022-10-061-2/+14
* | | [tx-robot] updated from transifexNextcloud bot2022-10-062-4/+4
|/ /
* | Merge pull request #34400 from nextcloud/enhancement/passwordless-auth-loggingCôme Chilliet2022-10-051-1/+4
|\ \
| * | Pass logger to passwordless auth WebAuthn libChristoph Wurst2022-10-031-1/+4
* | | Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-2/+5
|\ \ \
| * | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| * | | Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| * | | Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| * | | Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
* | | | Use color preset of shipped background as primary colorChristopher Ng2022-10-051-0/+1
* | | | Merge pull request #34378 from nextcloud/add-isDeleted-to-icalendarblizzz2022-10-041-0/+6
|\ \ \ \
| * | | | Add isDeleted property to OCP\Calendar\ICalendarThomas Citharel2022-10-031-0/+6
* | | | | Fix typo in deprecatedJoas Schilling2022-10-043-4/+4
|/ / / /
* | | | Merge pull request #34350 from nextcloud/bugfix/34278/add-capability-for-the-...Joas Schilling2022-10-032-2/+14
|\ \ \ \
| * | | | Add a capability for the reference API and expose the regex to clientsJoas Schilling2022-10-012-2/+14
* | | | | Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
* | | | | Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
| |_|/ / |/| | |
* | | | Merge pull request #32899 from Retidurc/pdo-attr-persistentblizzz2022-10-031-0/+4
|\ \ \ \
| * | | | Change option name again to be more like the other optionsRetidurc Silvernight2022-09-231-1/+1
| * | | | Change config option to db.persistentRetidurc Silvernight2022-09-231-1/+1
| * | | | Expose Doctrine settings in Netxcloud settingsRetidurc Silvernight2022-09-231-0/+4
* | | | | Merge pull request #34376 from nextcloud/OCP/Calendar/ICalendar-typingCôme Chilliet2022-10-031-8/+8
|\ \ \ \ \
| * | | | | Add typings to OCP\Calendar\ICalendar and implementationThomas Citharel2022-10-031-8/+8
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-10-032-0/+8
|/ / / / /
* | | | | Add fallback options for contacts arrayAnna Larch2022-10-011-8/+8
* | | | | Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-012-2/+19
|\ \ \ \ \
| * | | | | trigger a rescan when trying to fopen a file that exists in cache but not on ...Robin Appelman2022-09-292-2/+19
* | | | | | Merge pull request #33737 from andyxheli/patch-4Simon L2022-10-011-1/+1
|\ \ \ \ \ \
| * | | | | | Makes untrusted domain error on infoAndy Xheli2022-08-291-1/+1