Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust and reuse apps.css, makes additional class and rules unnecessary | Arthur Schiwon | 2018-06-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #5623 from nextcloud/locale-setting | Morris Jobke | 2018-06-29 | 4 | -1/+17 |
|\ | | | | | Add user locale/region setting | ||||
| * | Design fixes | John Molakvoæ (skjnldsv) | 2018-06-28 | 2 | -0/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | fix OC.getLocale() | Georg Ehrke | 2018-06-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | OC.getLocale() now returns Locale and no longer Language | Thomas Citharel | 2018-06-27 | 2 | -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-vars | Morris Jobke | 2018-06-29 | 1 | -0/+10 |
|\ \ | | | | | | | Run mergejs to add css-vars-ponyfill | ||||
| * | | Run mergejs to add css-vars-ponyfill | Julius Härtl | 2018-06-28 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-29 | 10 | -0/+20 |
|/ / | |||||
* | | Merge pull request #10020 from ↵ | Roeland Jago Douma | 2018-06-27 | 1 | -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 messages | Joas Schilling | 2018-06-27 | 1 | -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 class | Joas Schilling | 2018-06-27 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make skip navigation links translatable | Jan-Christoph Borchardt | 2018-06-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-27 | 16 | -0/+18 |
| | |||||
* | Add skip navigation / skip to content links | Jan-Christoph Borchardt | 2018-06-26 | 2 | -0/+25 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Merge pull request #9862 from nextcloud/accessibility | John Molakvoæ | 2018-06-26 | 11 | -16/+30 |
|\ | | | | | Accessibility ♿ | ||||
| * | Fixed accessibility contrast theme and header tab focus | John Molakvoæ (skjnldsv) | 2018-06-25 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Apps menu focus keyboard accessibility fix | John Molakvoæ (skjnldsv) | 2018-06-25 | 1 | -15/+24 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fixed default font and highcontrast font | John Molakvoæ (skjnldsv) | 2018-06-25 | 2 | -1/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | OpenSans font contrast option | John Molakvoæ (skjnldsv) | 2018-06-25 | 8 | -0/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #9956 from kevgathuku/enable-outline | Morris Jobke | 2018-06-26 | 1 | -11/+3 |
|\ \ | | | | | | | Add focus indicator to File Details tabs view | ||||
| * | | Add focus indicator for file details view tabs | Kevin Ndung'u | 2018-06-25 | 1 | -11/+3 |
| | | | | | | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-26 | 4 | -0/+40 |
| | | | |||||
* | | | Merge pull request #9977 from nextcloud/settings-padding | Roeland Jago Douma | 2018-06-25 | 1 | -6/+2 |
|\ \ \ | |_|/ |/| | | No more extra padding for the app settings | ||||
| * | | No more extra padding for the app settings | John Molakvoæ (skjnldsv) | 2018-06-24 | 1 | -6/+2 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Merge pull request #9632 from nextcloud/enhancement/stateful-2fa-providers | Morris Jobke | 2018-06-25 | 6 | -5/+205 |
|\ \ \ | |_|/ |/| | | Stateful 2fa providers | ||||
| * | | Make new classes strict and fix license header | Christoph Wurst | 2018-06-25 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | Make 2FA providers stateful | Christoph Wurst | 2018-06-20 | 6 | -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 transifex | Nextcloud bot | 2018-06-25 | 8 | -0/+64 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-24 | 14 | -0/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-23 | 14 | -8/+24 |
| | | |||||
* | | Merge pull request #9964 from ↵ | Morris Jobke | 2018-06-22 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/typo-tripl-dot-instead-of-ellipsis Use ellipsis instead of triple dot | ||||
| * | | Use ellipsis instead of triple dot | Joas Schilling | 2018-06-22 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Added icons to users list and improved design | John Molakvoæ (skjnldsv) | 2018-06-22 | 4 | -0/+15 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-22 | 8 | -0/+8 |
| | | | |||||
* | | | Merge pull request #9921 from nextcloud/resetpassword-login-prefill | Roeland Jago Douma | 2018-06-21 | 2 | -10/+7 |
|\ \ \ | | | | | | | | | prefill userid for login after password reset | ||||
| * | | | prefill userid for login after password reset | Robin Appelman | 2018-06-21 | 2 | -10/+7 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Prevent search form submit | John Molakvoæ (skjnldsv) | 2018-06-21 | 1 | -3/+7 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | Fix navigation keyboard accessibility | Jan-Christoph Borchardt | 2018-06-21 | 1 | -11/+30 |
|/ / | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #9518 from ↵ | Roeland Jago Douma | 2018-06-21 | 3 | -0/+63 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/5986/public_share_controller_middleware Public share middleware & controller | ||||
| * | | Move public auth page over | Roeland Jago Douma | 2018-06-20 | 3 | -0/+63 |
| |/ | | | | | | | | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 4 | -4/+34 |
| | | |||||
* | | Fixed tests and improved app-navigation-caption | John Molakvoæ (skjnldsv) | 2018-06-20 | 2 | -16/+29 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | IE11 css vars compatibility | John Molakvoæ (skjnldsv) | 2018-06-20 | 6 | -1/+45 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | More default variables fallbacks | John Molakvoæ (skjnldsv) | 2018-06-20 | 2 | -7/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | More vars fixes | John Molakvoæ (skjnldsv) | 2018-06-20 | 6 | -35/+61 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | RGBA and variables fixes | John Molakvoæ (skjnldsv) | 2018-06-20 | 9 | -38/+43 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fix for darken/lighten vars and new global colours vars to unify design | John Molakvoæ (skjnldsv) | 2018-06-20 | 8 | -93/+116 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Split css variables and fix url variables | John Molakvoæ (skjnldsv) | 2018-06-20 | 2 | -29/+28 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Jquery ocdialog scss | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Jquery ui fixes scss | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -25/+25 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |