summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16107 from nextcloud/local-check-pathRoeland Jago Douma2019-06-271-0/+21
|\
| * verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* | Allow apps to store longer messages in the comments APIJoas Schilling2019-06-261-3/+4
* | Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-262-6/+6
|\ \
| * | Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-222-6/+6
* | | Merge pull request #16021 from nextcloud/bugfix/noid/fall-back-to-black-for-n...Roeland Jago Douma2019-06-251-0/+5
|\ \ \
| * | | Fall back to black for non-color valuesJoas Schilling2019-06-201-0/+5
* | | | Merge pull request #15832 from nextcloud/bugfix/noid/fulltext-search-groupfol...Roeland Jago Douma2019-06-252-2/+5
|\ \ \ \
| * | | | Fix full text search for groupfoldersMorris Jobke2019-06-172-2/+5
* | | | | Merge pull request #15870 from nextcloud/preview-provider-v2Roeland Jago Douma2019-06-2530-134/+281
|\ \ \ \ \
| * | | | | Add new Provider interface for preview providersRobin Appelman2019-06-1730-134/+281
| |/ / / /
* | | | | Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcherRoeland Jago Douma2019-06-258-23/+325
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add event dispatcher to OCPChristoph Wurst2019-06-258-23/+325
| | |/ / | |/| |
* | | | Merge pull request #15889 from nextcloud/touch-handle-backend-exceptionsRobin Appelman2019-06-211-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-1/+6
* | | | Merge pull request #15540 from nextcloud/bugfix/noid/prevent-faulty-logs-from...Joas Schilling2019-06-211-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Prevent faulty logs from nested setupFS callsJoas Schilling2019-05-151-2/+3
* | | | Add extendedSupport to Subscription (#15922)John Molakvoæ2019-06-191-0/+12
|\ \ \ \
| * | | | Add extendedSupport to SubscriptionJulius Härtl2019-06-171-0/+12
| | |_|/ | |/| |
* / | | Allow to access source maps on apacheJulius Härtl2019-06-191-1/+1
|/ / /
* | | Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-131-20/+20
* | | Merge pull request #15783 from nextcloud/bugfix/6015/app-enable-migrationJohn Molakvoæ2019-06-111-0/+8
|\ \ \
| * | | Run repair steps when enabling an app that has already been installedJulius Härtl2019-06-051-0/+8
| | |/ | |/|
* | | Fix userid casting in notificationsJohn Molakvoæ (skjnldsv)2019-06-112-3/+4
* | | Fix missing login hook wih Apache/SAMLChristoph Wurst2019-06-111-1/+9
|/ /
* | Do not try to autoload built in typesRoeland Jago Douma2019-06-043-23/+9
* | Move OC\Settings\Admin and OC\Settings\Personal to actual settingsRoeland Jago Douma2019-05-309-1090/+0
* | Merge pull request #15776 from nextcloud/get-by-id-shares-lastRoeland Jago Douma2019-05-291-0/+8
|\ \
| * | search files by id in shared storages lastRobin Appelman2019-05-281-0/+8
* | | Start fixing 2fa icons in dark theme, ref #13643 (#15597)John Molakvoæ2019-05-291-0/+8
|\ \ \
| * | | Fix 2fa icons in dark theme, fix #13643Greta Doci2019-05-281-0/+8
* | | | Merge pull request #15766 from nextcloud/bugfix/0b-quota-create-backendMorris Jobke2019-05-282-3/+14
|\ \ \ \
| * | | | Check for free space on touchJulius Härtl2019-05-282-3/+14
* | | | | Merge pull request #15704 from nextcloud/enh/7276/group-namesblizzz2019-05-271-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+10
| | |/ / | |/| |
* | | | Merge pull request #15738 from nextcloud/enh/dont-notify-admin-if-no-exposing...Roeland Jago Douma2019-05-271-7/+7
|\ \ \ \
| * | | | Don't notify admins if no potentially over exposing links foundDaniel Kesselberg2019-05-261-7/+7
* | | | | Merge pull request #15714 from nextcloud/fix/204_304_rfcRoeland Jago Douma2019-05-241-1/+9
|\ \ \ \ \
| * | | | | Check the actual status code for 204 and 304Roeland Jago Douma2019-05-241-1/+9
| |/ / / /
* | | | | Merge pull request #15679 from nextcloud/feature/sub-admin-settingsRoeland Jago Douma2019-05-243-11/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-233-11/+53
| |/ / /
* | | | Merge pull request #15715 from nextcloud/s3-bucket-nameMorris Jobke2019-05-241-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | add method to get bucket name from s3 storageRobin Appelman2019-05-241-1/+4
* | | | Merge pull request #15684 from nextcloud/objectstore-expose-urnMorris Jobke2019-05-221-1/+1
|\ \ \ \
| * | | | make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
| |/ / /
* | | | Merge pull request #15682 from nextcloud/enh/15675/lazy_l10nMorris Jobke2019-05-222-25/+98
|\ \ \ \
| * | | | Make the L10N loading lazyRoeland Jago Douma2019-05-222-25/+98
| |/ / /
* | | | Merge pull request #15685 from nextcloud/fix/noid/redis-cluster-with-authMorris Jobke2019-05-221-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Allow redis cluster to use passwordMorris Jobke2019-05-221-1/+5
* | | | Merge pull request #15668 from nextcloud/fix/10832/l10n-on-settings-pageblizzz2019-05-222-3/+15
|\ \ \ \