summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-07-25128-782/+784
|
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-253-11/+40
|\ | | | | Accessibility fixes for header and global elements
| * Remove deprecated keyboard events & propertiesKevin Ndung'u2018-07-241-3/+3
| | | | | | | | Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
| * Add visual feedback for keyboard tab in breadcrumbsJan-Christoph Borchardt2018-07-201-0/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Enter key on menu registrationJohn Molakvoæ (skjnldsv)2018-07-201-1/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix visual keyboard tab feedback for Contacts menu icon in headerJan-Christoph Borchardt2018-07-201-1/+6
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix visual keyboard tab feedback for avatar / settings icon in headerJan-Christoph Borchardt2018-07-201-5/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Make left sidebar toggle also work with keyboardJan-Christoph Borchardt2018-07-201-2/+15
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Show skip navigation links above everything, also on narrow screensJan-Christoph Borchardt2018-07-201-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix tooltip for More apps showing on focusJan-Christoph Borchardt2018-07-201-1/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14Morris Jobke2018-07-253-0/+3
|\ \ | | | | | | Fix icon file names
| * | Readd starred icon since it is used in activity renderingsJulius Härtl2018-07-241-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add group iconJulius Härtl2018-07-242-0/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10322 from ↵Roeland Jago Douma2018-07-242-28/+93
|\ \ \ | | | | | | | | | | | | | | | | weeman1337/feature-9978-improve-disabled-user-login-message Login: Implements the "user disabled" message like the "wrong password" message
| * | | Implements handling for deactivated usersMichael Weimann2018-07-212-28/+93
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Merge pull request #10238 from ↵Morris Jobke2018-07-243-8/+148
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/add-support-for-sending-the-password-for-a-share-by-nextcloud-talk Add support for sending the password for a share by Nextcloud Talk
| * | | | Make possible to enable "sending password by Talk" from the share menuDaniel Calviño Sánchez2018-07-241-8/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now the password to be sent by mail was set by enabling a checkbox in the share menu and then entering the password in an input field shown below. Now, when Talk is enabled, another item is added to the share menu to do the same for a password to be sent by Talk. Sending the password by mail and sending it by Talk are mutually exclusive actions, so when one of the checkboxes is enabled the other one is automatically disabled. Note that the icon set for the field, "icon-passwordtalk", does not currently exist; it simply mimics the "icon-passwordmail" (which does not exist either) used for the field of the password protect by mail to get the right padding in the menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add event to load additional scripts in the auth page for public sharesDaniel Calviño Sánchez2018-07-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the public share authentication page is rendered now an event to load additional scripts is dispatched. Thanks to this any app can load its own scripts that, when run on the browser, adjust as needed the page generated by the server. Note, however, that during the handling of the event apps are only able to add scripts or styles to be loaded; they can not render arbitrary content on the page, or change how the content is rendered by the original template; all those changes have to be done by the scripts at run-time. This implies that the scripts of the apps can use only those parameters, like the token of the share, added to the page when it is generated by the "publicshareauth" template. Due to this, and given that the event is being introduced to be used by Talk to inject the UI needed to request the password for a share, the token of the share is now provided in the generated page, just like done in the public share page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Add "password_by_talk" column to "share" table in the databaseDaniel Calviño Sánchez2018-07-241-0/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #10298 from ↵Morris Jobke2018-07-241-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/bugfix/talk-714/only-migrate-the-schema-when-moving-database Only create the schema when moving between databases
| * | | | Only create the schema when moving between databasesJoas Schilling2018-07-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #10326 from nextcloud/svg-api-suf-fixesMorris Jobke2018-07-242-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix regex of iconsCacher
| * | | | | Fix header controls sticky positioningJohn Molakvoæ (skjnldsv)2018-07-242-2/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10369 from ↵Morris Jobke2018-07-243-3/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/avoid-404-on-developer-console Remove hint to .map.js files on vendor projects that we do not ship
| * | | | Rerun js buildRoeland Jago Douma2018-07-241-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Remove hint to .map.js files on vendor projects that we do not shipMorris Jobke2018-07-242-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-243-2/+23
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-248-19/+30
|/ / / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #10218 from nextcloud/share-commentsRoeland Jago Douma2018-07-2417-761/+560
|\ \ \ \ | | | | | | | | | | allow to add a personal note to a share
| * | | | Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-213-25/+42
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Tests fixes and design bumpJohn Molakvoæ (skjnldsv)2018-07-215-188/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Don't use shorthand syntax for functionsJulius Härtl2018-07-212-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | No remote note and various fixesJohn Molakvoæ (skjnldsv)2018-07-212-8/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Public fixesJohn Molakvoæ (skjnldsv)2018-07-216-237/+75
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Public shareJohn Molakvoæ (skjnldsv)2018-07-216-325/+271
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | fix post urlBjoern Schiessle2018-07-211-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | Autoresize + autoloaderJohn Molakvoæ (skjnldsv)2018-07-211-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Popovermenu migrationJohn Molakvoæ (skjnldsv)2018-07-217-163/+106
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | UI set share note!John Molakvoæ (skjnldsv)2018-07-215-0/+181
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | explicitely mention that the note column can be nullBjoern Schiessle2018-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | allow 'note' to be nullBjoern Schiessle2018-07-211-4/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | allow to add a personal note to a shareBjoern Schiessle2018-07-211-0/+45
| | |/ / | |/| | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-242-0/+2
| | | |
* | | | Do not bind reset password link if an url is setJohn Molakvoæ (skjnldsv)2018-07-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-232-2/+50
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-07-222-0/+6
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-07-212-2/+28
| | |
* | | Jsunit fixes 1John Molakvoæ (skjnldsv)2018-07-201-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Fixed filestable min-widthJohn Molakvoæ (skjnldsv)2018-07-201-0/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Widen left navigation to 300px and set max-width of right sidebar to 500pxJan-Christoph Borchardt2018-07-202-9/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>