aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix: no more translation from postCreateUser hook to UserCreatedEvent anymore...Tobias Assmann2020-11-041-4/+0
* Merge pull request #21693 from nextcloud/fix/noid/import-certificates-only-by...Morris Jobke2020-11-036-94/+112
|\
| * Add a background job that checks for potential user imported SSL certificates...Morris Jobke2020-11-032-0/+63
| * Always return the default path if we canRoeland Jago Douma2020-11-032-4/+28
| * Improve CertificateManager to not be user context dependentMorris Jobke2020-11-033-91/+22
* | Replace prefix in executeUpdateJulius Härtl2020-11-031-0/+3
|/
* Merge pull request #23839 from nextcloud/fix/noid/avatar-statusMorris Jobke2020-11-021-1/+1
|\
| * No need to check if there is an avatar available, because it is generated on ...Morris Jobke2020-11-021-1/+1
* | Move localecache to arrayRoeland Jago Douma2020-11-021-7/+5
|/
* Merge pull request #23822 from nextcloud/enh/parse_localse_only_onceRoeland Jago Douma2020-11-021-5/+14
|\
| * Only parse the locales onesRoeland Jago Douma2020-10-311-5/+14
* | Merge pull request #22373 from nextcloud/fix-example-usage-for-mailerJohn Molakvoæ2020-10-311-3/+3
|\ \ | |/ |/|
| * Fix example usagekevin1471472020-08-231-3/+3
* | Psalm fixesRoeland Jago Douma2020-10-303-25/+29
* | Update internal connection classRoeland Jago Douma2020-10-301-2/+2
* | Fetch the logger and system config once for all query builder instancesMorris Jobke2020-10-291-8/+15
* | use file name instead of path in 'not allowed to share' messageRobin Appelman2020-10-291-2/+1
* | Merge pull request #23765 from nextcloud/techdebt/noid/sudadmin-events-into-t...Morris Jobke2020-10-292-4/+18
|\ \
| * | Add typed events for adding and removing a subadminMorris Jobke2020-10-282-4/+18
* | | Merge pull request #23766 from nextcloud/techdebt/noid/remove-unused-private-...Morris Jobke2020-10-292-106/+0
|\ \ \
| * | | Remove unused private ForwardEmitter and LegacyEmitterMorris Jobke2020-10-282-106/+0
| |/ /
* | | Merge pull request #23767 from nextcloud/techdebt/noid/add-deprecated-tag-to-...Morris Jobke2020-10-293-0/+9
|\ \ \
| * | | Add deprecated tag also to methods of deprecated classes - OC\\Hooks\\Emitter...Morris Jobke2020-10-283-0/+9
| |/ /
* / / Remove ISection in favor of IIconSectionMorris Jobke2020-10-281-11/+6
|/ /
* | Type the \OCP\IUserManager::callForSeenUsers closure with PsalmChristoph Wurst2020-10-281-0/+1
* | Merge pull request #23496 from lynn-stephenson/fix/related-key-issueRoeland Jago Douma2020-10-271-7/+15
|\ \
| * | Derive encryption key & MAC key from a single key.lynn-stephenson2020-10-151-7/+15
* | | Merge pull request #23601 from nextcloud/techdebt/noid/comments-manager-impro...Roeland Jago Douma2020-10-272-13/+137
|\ \ \
| * | | Fix PHP CSJoas Schilling2020-10-221-2/+0
| * | | Fix manager creation and testingJoas Schilling2020-10-221-6/+1
| * | | Fix return typeJoas Schilling2020-10-211-1/+2
| * | | Less magicJoas Schilling2020-10-211-4/+12
| * | | Get the last comment date for a list of actors (to allow sorting mention sugg...Joas Schilling2020-10-211-0/+44
| * | | Allow to search on multiple objects with one queryJoas Schilling2020-10-211-2/+21
| * | | Add methods to get the number of comments and last comment since a dateJoas Schilling2020-10-211-0/+55
| * | | Include an option to also include the lastKnownCommentId objectJoas Schilling2020-10-211-3/+7
* | | | Use lib instead if core as l10n module in OC_FilesMorris Jobke2020-10-271-3/+3
* | | | Merge pull request #23602 from nextcloud/fix/appconfig_update_nullChristoph Wurst2020-10-231-9/+22
|\ \ \ \
| * | | | Fix updates of NULL appconfig valuesRoeland Jago Douma2020-10-211-9/+22
* | | | | Merge pull request #23608 from nextcloud/enh/23482/forward-error-messageMorris Jobke2020-10-222-6/+18
|\ \ \ \ \
| * | | | | Add more details if extract fails.Daniel Kesselberg2020-10-222-6/+18
| | |/ / / | |/| | |
* / | | | Only use index of mount point when it is thereJoas Schilling2020-10-211-1/+5
|/ / / /
* | | | Merge pull request #23173 from nextcloud/feat/comments-sidebar-vueJohn Molakvoæ2020-10-203-6/+30
|\ \ \ \
| * | | | Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-3/+3
| * | | | Add ICommentsManager::load methodJohn Molakvoæ (skjnldsv)2020-10-202-6/+24
| * | | | Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+6
| |/ / /
* / / / PSR logger for accountsJoas Schilling2020-10-202-21/+9
|/ / /
* | | Merge pull request #23374 from nextcloud/bugfix/noid/app-fetch-retryRoeland Jago Douma2020-10-201-1/+16
|\ \ \
| * | | Only retry fetching app store data once every 5 minutes in case it failsJulius Härtl2020-10-161-1/+16
* | | | Merge pull request #23508 from nextcloud/fix/23355/iuser-expected-null-givenMorris Jobke2020-10-161-1/+1
|\ \ \ \