summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-07-1024-30/+70
|
* Correctly handle users with numeric user idsJoas Schilling2018-07-091-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailerJoas Schilling2018-07-061-0/+12
|\ | | | | Upgrade to swiftmailer-6
| * Add warning to setup checks if the default mailer is still phpRoeland Jago Douma2018-07-041-0/+12
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add locale to templatesRoeland Jago Douma2018-07-063-3/+3
| | | | | | | | | | | | | | | | It was already added to the user template but we should add it to all templates. Else apps that want the locale but use special templating (hi richdocuments!) will fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9345 from nextcloud/federation20Morris Jobke2018-07-032-0/+30
|\ \ | |/ |/| Federation 2.0
| * always enable cloud federation apiBjoern Schiessle2018-07-021-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-0/+28
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Adds an info if the maintenance mode is already enabled/disabled.Michael Weimann2018-07-011-5/+14
|/ | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Merge pull request #10048 from nextcloud/feature/9760/systemd-loggerblizzz2018-06-301-2/+3
|\ | | | | Systemd Logger
| * Added a logger for systemd/journaldJohannes Ernst2018-06-291-2/+3
| | | | | | | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* | Fix controls backgroundJohn Molakvoæ (skjnldsv)2018-06-291-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix code integrity check-warning linkMarius Blüm2018-06-291-1/+1
|/ | | Signed-off-by: Marius Blüm <marius@lineone.io>
* fix updating the db row due to lacking id colArthur Schiwon2018-06-291-1/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+62
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Popover design fixes and settings updateJohn Molakvoæ (skjnldsv)2018-06-291-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* adjust and reuse apps.css, makes additional class and rules unnecessaryArthur Schiwon2018-06-291-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #5623 from nextcloud/locale-settingMorris Jobke2018-06-294-1/+17
|\ | | | | Add user locale/region setting
| * Design fixesJohn Molakvoæ (skjnldsv)2018-06-282-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fix OC.getLocale()Georg Ehrke2018-06-271-1/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-272-1/+10
| | | | | | | | | | | | | | Added OC.getLanguage() to get Language <html lang=''> still gets language, though according to IETF BCP47 locale should be good. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #10043 from nextcloud/bugfix/noid/mergejs-css-varsMorris Jobke2018-06-291-0/+10
|\ \ | | | | | | Run mergejs to add css-vars-ponyfill
| * | Run mergejs to add css-vars-ponyfillJulius Härtl2018-06-281-0/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-2910-0/+20
|/ /
* | Merge pull request #10020 from ↵Roeland Jago Douma2018-06-271-2/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/spreed-1007/email-address-misparsed-in-comments-and-chat Fix "parsing" of email-addresses in comments and chat messages
| * | Fix "parsing" of email-addresses in comments and chat messagesJoas Schilling2018-06-271-2/+2
| |/ | | | | | | | | | | | | | | | | \\b matches any non-word character, including \@ and \- In order to not detect urls in the middle of email-addresses, we need to check for white space characters and beginning of the message instead. Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Use the correct Base classJoas Schilling2018-06-271-4/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make skip navigation links translatableJan-Christoph Borchardt2018-06-271-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2018-06-2716-0/+18
|
* Add skip navigation / skip to content linksJan-Christoph Borchardt2018-06-262-0/+25
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #9862 from nextcloud/accessibilityJohn Molakvoæ2018-06-2611-16/+30
|\ | | | | Accessibility ♿
| * Fixed accessibility contrast theme and header tab focusJohn Molakvoæ (skjnldsv)2018-06-251-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Apps menu focus keyboard accessibility fixJohn Molakvoæ (skjnldsv)2018-06-251-15/+24
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed default font and highcontrast fontJohn Molakvoæ (skjnldsv)2018-06-252-1/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * OpenSans font contrast optionJohn Molakvoæ (skjnldsv)2018-06-258-0/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9956 from kevgathuku/enable-outlineMorris Jobke2018-06-261-11/+3
|\ \ | | | | | | Add focus indicator to File Details tabs view
| * | Add focus indicator for file details view tabsKevin Ndung'u2018-06-251-11/+3
| | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-264-0/+40
| | |
* | | Merge pull request #9977 from nextcloud/settings-paddingRoeland Jago Douma2018-06-251-6/+2
|\ \ \ | |_|/ |/| | No more extra padding for the app settings
| * | No more extra padding for the app settingsJohn Molakvoæ (skjnldsv)2018-06-241-6/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providersMorris Jobke2018-06-256-5/+205
|\ \ \ | |_|/ |/| | Stateful 2fa providers
| * | Make new classes strict and fix license headerChristoph Wurst2018-06-251-0/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make 2FA providers statefulChristoph Wurst2018-06-206-5/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds persistence to the Nextcloud server 2FA logic so that the server knows which 2FA providers are enabled for a specific user at any time, even when the provider is not available. The `IStatefulProvider` interface was added as tagging interface for providers that are compatible with this new API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-258-0/+64
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-06-2414-0/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-2314-8/+24
| |
* | Merge pull request #9964 from ↵Morris Jobke2018-06-222-2/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/typo-tripl-dot-instead-of-ellipsis Use ellipsis instead of triple dot
| * | Use ellipsis instead of triple dotJoas Schilling2018-06-222-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Added icons to users list and improved designJohn Molakvoæ (skjnldsv)2018-06-224-0/+15
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-228-0/+8
| | |