Christoph Wurst
d5b53d0ede
Remove OC.isIE8
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08 16:18:51 +02:00
Christoph Wurst
dd459bbb7a
Remove OC.scaleFixForIE8
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-08 16:17:16 +02:00
Daniel Kesselberg
311de17730
Rename method to abortIfInterrupted
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-08 13:05:00 +02:00
Morris Jobke
7971ba5cc6
Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-theme-colors
...
Switches the default logo color depending on the primary color
2018-10-08 10:33:22 +02:00
Morris Jobke
75f4b7b191
Merge pull request #11620 from nextcloud/followup/11615
...
Extract translated strings of compiled handlebars
2018-10-08 10:24:31 +02:00
Daniel Kesselberg
14d802b8f3
Refactor method to throw exception instead of true/false
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-07 18:12:38 +02:00
Nextcloud bot
4c47ec005f
[tx-robot] updated from transifex
2018-10-07 00:12:21 +00:00
Patrik Kernstock
1973556346
Log exception using ILogger
...
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-10-05 21:09:13 +02:00
Patrik Kernstock
f27ce6b5a0
Inject AppManager and Installer, check for shipped app prior removing
...
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-10-05 19:51:50 +02:00
Patrik Kernstock
f8771d3d81
Run uninstall tasks by default, added '--keep-data' parameter
...
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-10-05 12:49:34 +02:00
Roeland Jago Douma
8932a51b91
Extract translated strings of compiled handlebars
...
Follow up to #11615
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-05 12:32:48 +02:00
Roeland Jago Douma
02e326f8f9
Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar
...
Fixes the apps menu scrollbar
2018-10-05 10:57:21 +02:00
Patrik Kernstock
d9469a6b72
Add occ app:remove CLI command
...
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-10-05 03:08:03 +02:00
Nextcloud bot
d9fe68ed12
[tx-robot] updated from transifex
2018-10-05 00:12:56 +00:00
Michael Weimann
32856197b9
Fixes the apps menu scrollbar
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-04 22:09:28 +02:00
Roeland Jago Douma
363ec1d3c3
Remove leftover '
...
Followup to #11583
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04 16:02:09 +02:00
Roeland Jago Douma
b0fd31496b
Move OC.Share to compiled handlebars
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04 09:53:45 +02:00
Roeland Jago Douma
cd7c17482e
Move systemtags to compiled handlebars
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04 09:53:44 +02:00
Roeland Jago Douma
dc037d9332
Merge pull request #11606 from nextcloud/fix/2fa-login-screen-design-III
...
Improve 2FA login screens
2018-10-04 07:40:07 +02:00
Nextcloud bot
d9504a4e06
[tx-robot] updated from transifex
2018-10-04 00:12:07 +00:00
Morris Jobke
ac330077d8
Merge pull request #11576 from nextcloud/feature/endpoint_for_clients_to_fetch_apppassword
...
Allow clients to request an apppassword if they still use the real password
2018-10-03 22:26:26 +02:00
Christoph Wurst
ae2cd50427
Improve 2FA login screens
...
* Show icon if no provider is available
* Reduce shown text if no provider available
* Fix login button icons
* Make backup codes button primary if the only options to log in
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03 22:16:54 +02:00
Roeland Jago Douma
78273cb1e6
Add an endppoint for clients to request an app password
...
Now that we allow enforcing 2 factor auth it make sense if we also allow
and endpoint where the clients can in the background fetch an
apppassword if they were configured before the login flow was present.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-03 19:05:20 +02:00
Nextcloud bot
67d04f2d57
[tx-robot] updated from transifex
2018-10-03 16:58:45 +00:00
Roeland Jago Douma
f4387ed385
Merge pull request #11592 from nextcloud/feature/noid/update-strengthify
...
Update strengthify to be able to set a nonce
2018-10-03 18:36:06 +02:00
Morris Jobke
fc60d9f852
Merge pull request #11566 from nextcloud/404-design
...
Improve 404 page design, fix #11370
2018-10-03 17:40:46 +02:00
Morris Jobke
c8e617b07c
Set nonce for loading the zxcvbn
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-03 17:05:01 +02:00
Morris Jobke
24c74b3db9
Update strengthify
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-03 17:05:01 +02:00
Jan-Christoph Borchardt
f393cc017d
Improve 404 page design, fix #11370
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-03 16:12:00 +02:00
Christoph Wurst
335a461250
Fix design of 2FA login screens
...
* Fix rending of empty selection screen (ul missing)
* Fix rendering of backup codes inputs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-03 15:31:23 +02:00
Roeland Jago Douma
ae71a5574f
Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix
...
Force multiselect max-height to 5.5 items
2018-10-03 12:04:45 +02:00
Marin Treselj
a92e8b4c18
Merge pull request #11538 from nextcloud/heading-bold
...
Set headings to Semibold for better information architecture
2018-10-03 10:09:57 +02:00
Roeland Jago Douma
6979b2ea0c
Merge pull request #11557 from nextcloud/update-design
...
Accessibility and design fixes for update and redirect pages
2018-10-03 10:01:20 +02:00
John Molakvoæ (skjnldsv)
66664cf9a5
Force multiselect max-height to 5.5 items
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-03 08:33:24 +02:00
Jan-Christoph Borchardt
241e0db3da
Remove box-shadow from update/redirect boxes
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 23:15:49 +02:00
Daniel Kesselberg
a4eb3ee508
Validate email in occ command
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02 22:24:30 +02:00
Daniel Kesselberg
6c805ec9ba
Add --admin-email to cli installer
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-10-02 22:24:30 +02:00
Morris Jobke
6b730b4c47
Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3
...
Apptoken v3: imrpove token handling on external password change
2018-10-02 21:45:10 +02:00
Morris Jobke
34751e05a6
Merge pull request #11553 from nextcloud/header-overflow
...
Fix header overflow, fix more apps menu, fix #11552
2018-10-02 21:30:11 +02:00
Jan-Christoph Borchardt
4de8f48b06
Accessibility and design fixes for update and redirect pages
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 20:58:32 +02:00
Morris Jobke
4de134385f
Merge pull request #11111 from kevin147147/patch-4
...
Added kinetic scrolling for iOS to apps dropdown menu
2018-10-02 20:25:07 +02:00
Jan-Christoph Borchardt
2665965918
Fix header overflow, fix more apps menu, fix #11552
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 20:16:20 +02:00
Roeland Jago Douma
d9febae5b2
Update all the publickey tokens if needed on web login
...
* On weblogin check if we have invalid public key tokens
* If so update them all with the new token
This ensures that your marked as invalid tokens work again if you once
login on the web.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02 19:50:54 +02:00
Roeland Jago Douma
efef053960
Add column to DB to store expired passwords
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-02 19:50:44 +02:00
Roeland Jago Douma
ac8d4b2f31
Merge pull request #11527 from nextcloud/fix/10926/share_indexes
...
Add uid_owner and uid_initiator share tabe indices
2018-10-02 17:16:07 +02:00
Morris Jobke
25790ece89
Merge pull request #11536 from nextcloud/adjust-dialog-radius
...
Adjust border-radius-large to fit with padding of modals
2018-10-02 17:15:59 +02:00
Jan-Christoph Borchardt
79317975e6
Adjust border-radius-large to 10px
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-02 11:33:49 +02:00
John Molakvoæ
afef15b07b
Merge pull request #11500 from nextcloud/enhancement/revamp-2fa-login-provider-selection
...
Improve 2FA provider selection screen
2018-10-02 10:37:18 +02:00
Michael Weimann
a45ec3d324
Refactors the scss svg functions
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:55 +02:00
Michael Weimann
c7e81e17c8
Updates inverted logo handling to work like the app icons
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:55 +02:00
Michael Weimann
d855c38e07
Moves the logo files to logo
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:54 +02:00
Michael Weimann
92049c3ceb
Switches the default logo color depending on the primary color
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-10-02 08:37:54 +02:00
Nextcloud bot
77c6e41063
[tx-robot] updated from transifex
2018-10-02 00:12:55 +00:00
Roeland Jago Douma
b82cbe04df
Add uid_owner and uid_initiator share tabe indices
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-01 23:59:36 +02:00
Christoph Wurst
feb5842a7d
Restructure and redesign two-factor auth provider selection
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-01 23:58:54 +02:00
Jan-Christoph Borchardt
5829fcd685
Change heading weights from Light to Semibold for better information architecture
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 23:48:11 +02:00
Morris Jobke
8799c6ee5b
Merge pull request #11522 from nextcloud/filepicker-design
...
Filepicker design improvements
2018-10-01 22:59:12 +02:00
Morris Jobke
694ba5435b
Merge pull request #11515 from nextcloud/bugfix/noid/add-mimetype-list
...
Add missing compiled mimetype list
2018-10-01 22:03:34 +02:00
Jan-Christoph Borchardt
36062fec7d
Improve overall container style, radius and shadow
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:40:28 +02:00
Jan-Christoph Borchardt
3b7c6e7dfd
Fix long folder names in picker, prevent horizontal scroll
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:23:10 +02:00
Jan-Christoph Borchardt
5ed0062002
Fix breadcrumbs in file picker
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 21:19:48 +02:00
Morris Jobke
53656829b9
Merge pull request #11357 from nextcloud/multiselect-design-fix
...
Multiselect line-height fix
2018-10-01 20:07:25 +02:00
Morris Jobke
48f483a352
Add missing compiled mimetype list - see #10135
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-01 15:54:02 +02:00
John Molakvoæ
c4ea7b1e8f
Merge pull request #11487 from nextcloud/avatar-hover-background
...
Fix img seelct and variable for avatar hover
2018-10-01 15:50:22 +02:00
Morris Jobke
b5bf83fb4c
Merge pull request #11502 from nextcloud/share-header
...
Fix share header text on small widths
2018-10-01 15:19:01 +02:00
Morris Jobke
66970f4c17
Merge pull request #11498 from nextcloud/copy-link-wording
...
Change wording of 'Copy URL' to more understandable 'Copy link'
2018-10-01 14:25:02 +02:00
Morris Jobke
ca2942aa01
Merge pull request #11499 from nextcloud/public-footer
...
Fix public page footer link wrap
2018-10-01 14:24:21 +02:00
John Molakvoæ (skjnldsv)
7afa1cf283
Fix gear display and cursor
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 12:50:56 +02:00
Jan-Christoph Borchardt
74e52a14b7
Remove non-clickable right margin from 3-dot-menu in share page header
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:50:29 +02:00
Jan-Christoph Borchardt
b9806f7012
Ellipsize long filenames and sharee names in public share page header
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:49:16 +02:00
Jan-Christoph Borchardt
688de57c50
Fix public page footer link wrap
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:14:31 +02:00
Jan-Christoph Borchardt
9b8e884b19
Change wording of 'Copy URL' to more understandable 'Copy link'
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-10-01 11:02:12 +02:00
Christoph Wurst
26a4291d0d
Add hint for locked accounts where 2FA is enforced but not configured
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-01 10:59:32 +02:00
John Molakvoæ (skjnldsv)
3686cc8c12
Fix img seelct and variable for avatar hover
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 10:15:11 +02:00
Morris Jobke
a13730cede
Merge pull request #11470 from nextcloud/avatar-hover
...
Change highlight effect of user avatar from opacity to border
2018-10-01 09:55:18 +02:00
Christoph Wurst
23ba41ec97
Merge pull request #11444 from nextcloud/feature/11413/handlebars_compile_step
...
Simple handlebars CI step
2018-10-01 09:41:53 +02:00
John Molakvoæ (skjnldsv)
b53985363d
Multiselect line-height fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-01 09:40:11 +02:00
Nextcloud bot
b6e86121bc
[tx-robot] updated from transifex
2018-10-01 00:12:39 +00:00
Jan-Christoph Borchardt
e9a307c9f7
Change highlight effect of user avatar from opacity to border
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-09-30 13:05:29 +02:00
Christoph Wurst
259c0ce11d
Add mandatory 2FA service/class
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-30 11:47:29 +02:00
Nextcloud bot
dafd708075
[tx-robot] updated from transifex
2018-09-30 00:12:06 +00:00
Nextcloud bot
73aabbd3c0
[tx-robot] updated from transifex
2018-09-29 00:12:16 +00:00
Roeland Jago Douma
7e5b7f75ba
Bump templates to handlebars 4.0.12
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 21:17:08 +02:00
Morris Jobke
d867f9f091
Merge pull request #11037 from nextcloud/trash-webui-dav
...
Use trashbin dav endpoint to list trash in webui
2018-09-28 16:03:24 +02:00
Morris Jobke
3182b8b063
Merge pull request #11429 from nextcloud/feature/11033/bump_strengthify
...
Bump strengthify
2018-09-28 14:14:26 +02:00
Roeland Jago Douma
920771b11a
Merge pull request #11428 from nextcloud/history-icon-center-fix
...
Center back the history icon
2018-09-28 14:07:51 +02:00
Nextcloud bot
db50e11edf
[tx-robot] updated from transifex
2018-09-28 11:14:08 +00:00
Roeland Jago Douma
6ddef7bceb
Bump strengthify
...
Fixes #11033
For https://github.com/orgs/nextcloud/projects/18
Move to a stricter CSP safe strengthify
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 12:55:00 +02:00
John Molakvoæ (skjnldsv)
005a8b3794
Cleanup
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 12:13:48 +02:00
Morris Jobke
e2047009d1
Merge pull request #11414 from nextcloud/csp/11029/contacts_menu_compiled_handlebars
...
Compile contactmenu handlebars templates
2018-09-28 12:09:14 +02:00
John Molakvoæ (skjnldsv)
29e80053bf
Center back the history icon
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 12:07:04 +02:00
John Molakvoæ (skjnldsv)
4bfe88d2af
TABS :D
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:38:21 +02:00
John Molakvoæ (skjnldsv)
e744b029ff
Fix invalid inline input confirm border
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-28 09:29:08 +02:00
Roeland Jago Douma
c9e93b8084
Compile contactmenu handlebars templates
...
Fixes #11029
For https://github.com/orgs/nextcloud/projects/18
Ship the compiled handlebars templates. This makes it possible to have a
scricter CSP.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-27 20:33:58 +02:00
Michael Weimann
c7714b43c7
Fixes the logo height
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-27 12:47:13 +02:00
Nextcloud bot
2ace0df82a
[tx-robot] updated from transifex
2018-09-27 00:12:26 +00:00
Nextcloud bot
2f45045c96
[tx-robot] updated from transifex
2018-09-26 00:12:23 +00:00
Roeland Jago Douma
548f4e9a27
Merge pull request #11143 from nextcloud/feature/2fa-occ-revamp
...
[Mandatory 2FA] occ commands revamp
2018-09-25 16:06:30 +02:00
Roeland Jago Douma
768047615f
Merge pull request #11368 from nextcloud/content-list-flex-fixes
...
Fix default flex shrink on list
2018-09-25 14:28:58 +02:00
John Molakvoæ (skjnldsv)
7a8b260c27
Fix default flex shrink on list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-25 10:36:46 +02:00
Christoph Wurst
7586b19e52
Only allow 2FA state changs if providers support the operation
...
Ref https://github.com/nextcloud/server/issues/11019 .
Add `twofactorauth:cleanup` command
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-25 09:54:20 +02:00
Nextcloud bot
bdb01064e2
[tx-robot] updated from transifex
2018-09-25 00:12:07 +00:00
Nextcloud bot
895bccd246
[tx-robot] updated from transifex
2018-09-24 00:12:14 +00:00
Nextcloud bot
cce9f25d86
[tx-robot] updated from transifex
2018-09-23 00:12:30 +00:00
Nextcloud bot
bd89af478e
[tx-robot] updated from transifex
2018-09-22 00:12:06 +00:00
Nextcloud bot
0211e17e3f
[tx-robot] updated from transifex
2018-09-21 00:12:08 +00:00
Robin Appelman
073fddcc28
fix trashbin infoparsers interfering with other dav clients
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20 17:03:56 +02:00
Robin Appelman
91066954a8
pass existing data to info parsers
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-20 17:03:30 +02:00
Nextcloud bot
75ec460d05
[tx-robot] updated from transifex
2018-09-20 00:12:58 +00:00
Joas Schilling
dda0dfd5f1
Merge pull request #11171 from nextcloud/bugfix/noid/shared-by-info-for-room-shares-without-names
...
Better shared-by info for conversations without names
2018-09-19 13:45:31 +02:00
Nextcloud bot
d8f554944d
[tx-robot] updated from transifex
2018-09-19 00:12:24 +00:00
Joas Schilling
9d7647e991
Merge pull request #11208 from violoncelloch/add-mastodon-icon
...
add mastodon icon to settings/user
2018-09-17 10:25:56 +02:00
Nextcloud bot
2a51572cc4
[tx-robot] updated from transifex
2018-09-17 00:12:30 +00:00
Nextcloud bot
40bb45225a
[tx-robot] updated from transifex
2018-09-16 00:12:29 +00:00
Nextcloud bot
3771aeb584
[tx-robot] updated from transifex
2018-09-15 00:12:09 +00:00
Nextcloud bot
6112adfe06
[tx-robot] updated from transifex
2018-09-14 00:12:27 +00:00
Jonas Sulzer
6de7850458
add mastodon icon to settings/user
...
fixes #6714
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-09-13 21:31:49 +02:00
Joas Schilling
a2c8b3f00b
Merge pull request #11151 from nextcloud/davclient-js-decode
...
fix js files client for user names with spaces
2018-09-13 11:17:29 +02:00
blizzz
ef97ef72f6
Merge pull request #10743 from danielkesselberg/bugfix/noid/allow-password-reset-for-duplicate-email
...
Enable password reset for user with same email address when only one is active
2018-09-13 10:48:30 +02:00
Joas Schilling
d062c8687b
Merge pull request #11036 from nextcloud/fix/10903/users-undefined-maxautocompleteresults
...
fix check for more users in sharing dialogue
2018-09-13 09:49:43 +02:00
Joas Schilling
a1c969a170
Merge pull request #10840 from webfoersterei/refactor/5530-urandom-check
...
Refactor secure randomness check
2018-09-13 09:29:42 +02:00
Nextcloud bot
10351cb9da
[tx-robot] updated from transifex
2018-09-13 00:12:08 +00:00
Arthur Schiwon
b628ec4701
adjust and extend js unit tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-12 17:49:48 +02:00
Nextcloud bot
039145c4d1
[tx-robot] updated from transifex
2018-09-12 00:12:12 +00:00
Joas Schilling
7f0de11bd5
Better shared-by info for conversations without names
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-11 12:57:36 +02:00
Arthur Schiwon
4893e1765f
don't user a higher paging size than max autocomplete entries are set
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-10 23:15:46 +02:00
Arthur Schiwon
e7b0f8b001
fix check for more users
...
after a refactor users et al were undefined. The check condition was moved.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-10 23:15:42 +02:00
Robin Appelman
4491a41a72
fix js files client for user names with spaces
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-09-10 22:37:01 +02:00
Nextcloud bot
e9c644412c
[tx-robot] updated from transifex
2018-09-10 00:13:36 +00:00
Nextcloud bot
13166feed3
[tx-robot] updated from transifex
2018-09-09 00:13:09 +00:00
Nextcloud bot
3653a2c889
[tx-robot] updated from transifex
2018-09-08 00:12:33 +00:00
kevin147147
9e2c472a91
Added kinetic scrolling for iOS to apps dropdown menu #10281
...
this is tested with nc14
2018-09-07 17:47:24 +02:00
Christoph Wurst
c5cd8d9166
Improve class import and strict typing for generated migration class
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-09-07 09:22:57 +02:00
Roeland Jago Douma
be2d8cc4e9
Do not invalidate main token on OAuth
...
Fixes #10584
We deleted the main token when using the login flow else mutliple tokens
would show up for a single user.
However in the case of OAuth this is perfectly fine as the
authentication happens really in your browser:
1. You are already logged in, no need to log you out
2. You are not logged in yet, but since you log in into the exact same
browser the expected behavior is to stay logged in.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-06 08:30:52 +02:00
Roeland Jago Douma
99edbac06c
Merge pull request #11054 from nextcloud/fix-size-of-icons-in-menus-inside-apps-when-shown-as-images
...
Fix size of icons in menus inside apps when shown as images
2018-09-05 22:17:32 +02:00
Daniel Calviño Sánchez
0c758dbe5b
Fix size of icons in menus inside apps when shown as images
...
Some popover menus, like the contacts menu, still show their icon using
an img element. The main CSS rules assume that a "content-box" sizing is
being used, and thus set the size and padding of the image to add up to
the line height.
However, ".app-*" descendants use a "border-box" sizing, so when a menu
with an image was shown in an app the icon was not properly shown. Now
both the width and height of the image is set to the item height in
those cases, which causes the visible size of the icon to be the item
height minus the padding (the same as when "content-box" sizing is
used).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-04 22:21:22 +02:00
Julius Härtl
8feadb8d98
Merge pull request #11048 from nextcloud/stable14-10963
...
[stable14] Updates logo scss to regard default values
2018-09-04 20:31:16 +02:00
Michael Weimann
a74629d1e1
Updates logo scss to regard default values
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-09-04 11:12:48 +02:00
Nextcloud bot
ccae6271e5
[tx-robot] updated from transifex
2018-09-04 00:12:17 +00:00
Nextcloud bot
021dad53be
[tx-robot] updated from transifex
2018-09-01 00:12:17 +00:00
Roeland Jago Douma
3693d9568e
Merge pull request #10944 from nextcloud/content-list-overflow-fix
...
Fix overflow x scroll on app content list
2018-08-31 14:19:06 +02:00
Morris Jobke
cf3f4888cc
Change password expiration time from 12h to 7d
...
We use the same logic for creating accounts without a password and there the 12h is a bit short. Users don't expect that the signup link needs to be clicked within 12h - 7d should be a more expected behavior.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-31 13:31:03 +02:00
John Molakvoæ (skjnldsv)
27f14cf91b
Fix overflow x scroll on app content list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-31 09:17:54 +02:00
Nextcloud bot
2a22615879
[tx-robot] updated from transifex
2018-08-31 00:12:09 +00:00
Morris Jobke
f393cb71ce
Merge pull request #10936 from nextcloud/make-possible-to-pick-both-files-and-folders
...
Make possible to pick both files and folders
2018-08-30 21:03:25 +02:00
Morris Jobke
df7dc9c4ab
Merge pull request #10925 from nextcloud/use-main-text-color-for-editable-divs-and-text-areas
...
Use main text color for editable divs and text areas
2018-08-30 20:59:47 +02:00
Julius Härtl
25857c4900
Merge pull request #10924 from nextcloud/bugfix/10901/theming-bugfix-primary
...
Fix SCSS variable management with the theming app
2018-08-30 17:35:40 +02:00
Julius Härtl
cdc4eee278
Merge pull request #10853 from nextcloud/apps-menu-fix-mobile
...
Fix apps menu on mobile
2018-08-30 14:51:09 +02:00
Daniel Calviño Sánchez
c14c6e5ccf
Make possible to pick both files and folders
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-30 14:40:12 +02:00
Daniel Calviño Sánchez
f080fa55ac
Store the mime type filter always as an array
...
This will make easier to check if both directories and files should be
pickable.
This also removes an unused assignment to the mime type.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-30 14:23:47 +02:00
Daniel Calviño Sánchez
66f2b155ce
Fix empty mime type filter
...
When the mime type is an empty array no filter should be applied.
However, the filter was loosely compared to an empty array, but as
arrays are objects then it became an implicit strict equality comparison
which always failed due to being different objects. Now the length of
the array is compared instead, and also moved outside the loop as it is
not needed to check it for each file.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-30 14:02:50 +02:00
Daniel Calviño Sánchez
4508a12188
Prevent default action from being executed when the button is disabled
...
When "enter" is pressed in the file picker a "click" event is triggered
on the primary action button. However, in some cases, like when the file
picker is in "Choose" mode and the current directory in the file picker
is the root folder, the primary action button is disabled. In those
cases pressing enter should not trigger a click action on the button and
be ignored instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-30 10:25:09 +02:00
Nextcloud bot
4da9a15b32
[tx-robot] updated from transifex
2018-08-30 00:12:07 +00:00
Daniel Calviño Sánchez
13e749190e
Use main text color for editable divs and text areas
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-29 17:37:46 +02:00
Julius Härtl
e8938df198
Move SCSS variable fetching before the variables.scss to properly calculate color values
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-29 16:47:39 +02:00
Nextcloud bot
27141a960f
[tx-robot] updated from transifex
2018-08-29 00:12:07 +00:00
John Molakvoæ (skjnldsv)
10d51c3440
Fix apps menu and typo
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-28 13:48:06 +02:00
John Molakvoæ
a3d61b49b8
Merge pull request #10881 from nextcloud/fix/10705/notification-width
...
Makes the notifications area width equal to the contents
2018-08-28 13:08:09 +02:00
Julius Härtl
a14fddc2d5
Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-link
...
Theming: Only link Entity in footer if a url is set
2018-08-28 13:01:20 +02:00
Nextcloud bot
a768550177
[tx-robot] updated from transifex
2018-08-28 00:13:06 +00:00
Michael Weimann
a958ddf01a
Makes the notifications area width equal to the contents
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-27 15:29:08 +02:00
Julius Härtl
5175e33e31
Theming: Only Entity in footer if a url is set
...
fixes #10024
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-27 13:59:16 +02:00
Joas Schilling
148e9cacb0
Merge pull request #10867 from nextcloud/bugfix/noid/a11y
...
Use empty alt tag for avatars since there is always the name next to it
2018-08-27 11:16:28 +02:00
Nextcloud bot
8b47f45afa
[tx-robot] updated from transifex
2018-08-27 00:12:14 +00:00
Joas Schilling
3177714574
Make the color important
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-26 19:12:57 +02:00
Joas Schilling
1edf345d4d
Use empty alt tag for avatars since there is always the name next to it
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-26 18:29:02 +02:00
John Molakvoæ (skjnldsv)
00351adbd9
Fix public pages conflicting
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-26 10:33:26 +02:00
Nextcloud bot
d8147cbba7
[tx-robot] updated from transifex
2018-08-26 00:12:33 +00:00
John Molakvoæ (skjnldsv)
f47b59ac7a
Fix apps menu on mobile
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-25 15:12:08 +02:00
Nextcloud bot
d644cafae7
[tx-robot] updated from transifex
2018-08-25 00:12:33 +00:00
Timo Förster
006e150c87
Change check if secure randomness is possible.
...
Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
2018-08-24 23:12:02 +02:00
Morris Jobke
8761856a71
Merge pull request #10838 from nextcloud/header-fixes-and-public-note
...
Header fixes and public note
2018-08-24 22:21:55 +02:00
John Molakvoæ (skjnldsv)
13230f180a
Fix jsunit
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 22:05:48 +02:00
Daniel Calviño Sánchez
7ce520e83e
Add support for rooms in the list of candidates to share with UI
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-24 18:06:48 +02:00
Morris Jobke
7bc9b9a76e
Merge pull request #10773 from nextcloud/collapsible-dark-fix
...
Accessibility theme fixes
2018-08-24 17:56:00 +02:00
John Molakvoæ (skjnldsv)
03b112c486
Merge branch 'header-fixes-and-public-note' of https://github.com/nextcloud/server into header-fixes-and-public-note
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 17:41:07 +02:00
John Molakvoæ (skjnldsv)
421daf6ab0
Fix public share link order
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 17:40:05 +02:00
Julius Härtl
fb40627c8c
Fix header logo padding
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-24 17:32:31 +02:00
John Molakvoæ (skjnldsv)
ddd18aa375
Fix public link order and fix skip to content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 16:54:01 +02:00
John Molakvoæ (skjnldsv)
ac2c925231
Fix mobile view and add public share note view
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 16:45:40 +02:00
Morris Jobke
6099786c8d
Merge pull request #10670 from nextcloud/fix/login-throttle-username-length
...
Fix max length requirements for the throttler metadata
2018-08-24 16:25:35 +02:00
John Molakvoæ (skjnldsv)
3cb52b868a
Fix header calculation and better public design
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-24 15:45:39 +02:00
Denis Mosolov
a0b84bc0fc
Merge pull request #10334 from denismosolov/group-add
...
Add options to create/remove groups via occ
2018-08-24 13:46:16 +03:00
Morris Jobke
162b16b505
Merge pull request #10822 from nextcloud/feature/noid/show-link-to-simple-sign-up
...
Show link to simple sign up page
2018-08-23 15:31:51 +02:00
Morris Jobke
ad5093b7a6
Show link to simple sign up page
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-23 14:41:19 +02:00
Nextcloud bot
c0f48a7b40
[tx-robot] updated from transifex
2018-08-23 00:12:59 +00:00
John Molakvoæ
04a744742a
Merge pull request #10787 from nextcloud/fix/10786/click-the-last-app
...
Fixes the app menu
2018-08-22 16:11:15 +02:00
John Molakvoæ (skjnldsv)
ba66cad1b4
Fix keyboard menu element event detection
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-22 09:54:40 +02:00
Nextcloud bot
65410ab1cb
[tx-robot] updated from transifex
2018-08-22 00:12:11 +00:00
Michael Weimann
e0f29cadaf
Fixes the app menu
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-21 21:47:04 +02:00
Morris Jobke
383699398f
Merge pull request #10539 from nextcloud/feature-8642-memory-check
...
Adds a setup and cli check for the recommended memory limit
2018-08-21 09:51:33 +02:00
Christoph Wurst
eada4cccfc
Fix generated migration class code
...
The `@since` documentation is out of place here.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-21 07:50:12 +02:00
Nextcloud bot
be3438ca97
[tx-robot] updated from transifex
2018-08-21 00:12:16 +00:00
John Molakvoæ (skjnldsv)
14a099d648
Move collapsible triangle to svg api
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-20 22:06:27 +02:00
Michael Weimann
2bab916c53
Adds license to files. Updates the branch.
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-20 20:46:23 +02:00
Morris Jobke
6d749bf021
Merge pull request #10700 from nextcloud/fix/10516/sharepermissions
...
Fix share dialog sidebar in share views
2018-08-20 17:14:12 +02:00
Morris Jobke
37869d9b2f
Merge pull request #10628 from nextcloud/feature/10154/app-directory-permission-check
...
Adds a permission check for app directories
2018-08-20 17:08:18 +02:00
Michael Weimann
7aed47f776
Adds tests for the memory checks
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-20 15:24:10 +02:00
Michael Weimann
c164409ee7
Adds a memory limit warning for console commands if the limit is below the recommended value
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-20 15:24:10 +02:00
Michael Weimann
1d2bc9c45e
Adds tests for the setup memory limit checks
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-20 15:24:10 +02:00
Michael Weimann
c2fced4463
Adds a setup check for the memory limit
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-20 15:24:10 +02:00
John Molakvoæ
080572993e
Merge pull request #10723 from nextcloud/fix/10722/10716/header-fixes
...
Fixes more apps menu and settings/user menu positions
2018-08-20 15:22:48 +02:00
Julius Härtl
6e10358e5d
Merge pull request #10747 from nextcloud/fix/10745/sticky-safari
...
Adds a vendor prefix for position sticky
2018-08-20 15:11:55 +02:00
Nextcloud bot
1958a710d8
[tx-robot] updated from transifex
2018-08-20 00:12:26 +00:00
Daniel Kesselberg
031fdfb1fc
Enable password reset for user with same email address when only one is active
...
When two or more user share the same email address its not possible to
reset password by email. Even when only one account is active.
This pr reduce list of users returned by getByEmail by disabled users.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-19 16:32:46 +02:00
Michael Weimann
18b677ee02
Adds a vendor prefix for position sticky
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-19 12:02:27 +02:00
Nextcloud bot
82854b5042
[tx-robot] updated from transifex
2018-08-18 00:12:35 +00:00
Michael Weimann
36dfaf097a
Removes doubled styles
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-17 18:44:40 +02:00
Michael Weimann
3bcc0e0ff6
Header style tweaks
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-17 18:26:58 +02:00
Arthur Schiwon
be873c234b
adapt jsunit test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-16 23:08:15 +02:00
Michael Weimann
ccb8f7dff6
Fixes some header style issues
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-16 19:02:56 +02:00
Arthur Schiwon
e4720b6056
and the user popover needs a higher z-index, to make it visible again
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-16 13:26:51 +02:00
Julius Härtl
d79943f498
Merge pull request #10608 from nextcloud/header-menu-fixes
...
Fix header menu & contact popover
2018-08-16 09:50:25 +02:00
Julius Härtl
a4e042c706
Merge pull request #10695 from nextcloud/sharing-public-settings-fixes
...
Fix password enforce on public links
2018-08-16 09:38:58 +02:00
Denis Mosolov
0b18e2c75d
Add an options to create and remove groups via occ
...
Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
2018-08-16 10:31:20 +03:00
John Molakvoæ (skjnldsv)
c435bfe703
Disabled checkboxes and design fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-16 07:31:17 +02:00
John Molakvoæ
8809dc764b
Merge pull request #10701 from nextcloud/bugfix/noid/timepicker-zindex
...
Fix timepicker z-index to be above the sidebar
2018-08-15 17:13:10 +02:00
Julius Härtl
e171d004e6
Fix timepicker z-index to be above the sidebar
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-15 16:44:10 +02:00
Arthur Schiwon
e89567eb53
Take base permissions from DAV, fixes #10516
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-08-15 15:27:31 +02:00
Bjoern Schiessle
dfec66ca02
only warn about data lose on password reset if per-user keys are used
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-15 15:08:34 +02:00
John Molakvoæ (skjnldsv)
b9c448d855
Fix password enforce on public links
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-15 11:51:25 +02:00
John Molakvoæ (skjnldsv)
0e23193b32
Added feedback on autocomplete ui
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-15 08:59:06 +02:00
John Molakvoæ (skjnldsv)
5e867d6415
Fix footer and public min-height
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-15 08:38:20 +02:00
Nextcloud bot
62a9ec12bc
[tx-robot] updated from transifex
2018-08-15 00:13:40 +00:00
Roeland Jago Douma
4b3587b5f8
Merge pull request #10679 from nextcloud/fix/10667/dialog-button-layout
...
switches the oc dialog button row to flex
2018-08-14 09:20:25 +02:00
Nextcloud bot
ba4c42abaa
[tx-robot] updated from transifex
2018-08-14 00:12:05 +00:00
Michael Weimann
db31bf8a64
switches the oc dialog button row to flex
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-13 21:51:58 +02:00
Christoph Wurst
42300d19e9
Fix max length requirements for the throttler metadata
...
If a failed login is logged, we save the username as metadata
in the bruteforce throttler. To prevent database error due to
very long strings, this truncates the username at 64 bytes in
the assumption that no real username is longer than that.long strings,
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-13 15:52:09 +02:00
Nextcloud bot
ccb040ee01
[tx-robot] updated from transifex
2018-08-13 00:12:09 +00:00
Nextcloud bot
4cdad9b69f
[tx-robot] updated from transifex
2018-08-11 00:12:30 +00:00
Roeland Jago Douma
674d5f2924
Merge pull request #10623 from nextcloud/bugfix/10622/mobile-header
...
Apply flex-basis to right header
2018-08-10 14:55:06 +02:00
John Molakvoæ (skjnldsv)
846b8572ed
Tests fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-10 13:54:21 +02:00
Roeland Jago Douma
7191d676ab
Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-update
...
Redirect to the same page after an update
2018-08-10 11:14:03 +02:00
Christoph Wurst
3254b85c12
Merge pull request #10546 from nextcloud/popover-tokens
...
Popovermenu fix and token settings design fixes
2018-08-10 09:38:27 +02:00
Nextcloud bot
103a2c30fb
[tx-robot] updated from transifex
2018-08-10 00:12:26 +00:00
Roeland Jago Douma
f630b12fc7
Merge pull request #10614 from nextcloud/bugfix/noid/fix_including_invalid_file
...
Do not use file as template parameter
2018-08-09 19:49:47 +02:00
Michael Weimann
ebcfe33d0d
Extends the setup check js tests
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-09 19:48:39 +02:00
Michael Weimann
b2e60e365d
Adds a setup check for app directory permissions.
...
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2018-08-09 19:47:55 +02:00
Roeland Jago Douma
46d340045d
Merge pull request #10598 from schoonc/patch-1
...
Removed unused variable isFile
2018-08-09 17:00:03 +02:00
Julius Härtl
c954eb1d12
Apply flex-basis to right header
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-09 16:46:43 +02:00
Roeland Jago Douma
8c1e75e052
Do not use file as template parameter
...
Using file will overwrite the $file parameter in the template base.
Leading to trying to include a file that is the exception message. Which
will of course fail.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-08-09 16:45:25 +02:00
Julius Härtl
4823b2746e
Redirect to the same page after an update
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-09 15:19:58 +02:00
John Molakvoæ (skjnldsv)
fc4f122881
Align to the left
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-09 12:47:50 +02:00
John Molakvoæ (skjnldsv)
1d05e457d6
Typo
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-09 12:46:08 +02:00
John Molakvoæ (skjnldsv)
fd806366ca
Fix header menu & contact popover
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-09 12:42:59 +02:00
Roeland Jago Douma
0757c52980
Merge pull request #10588 from nextcloud/fix/single-2fa-provider-login-redirect
...
Fix login redirection if only one 2FA provider is active
2018-08-09 12:27:29 +02:00
Björn Schießle
6aa6d2186c
Merge pull request #10255 from nextcloud/add-support-for-room-shares
...
Add support for room shares
2018-08-09 10:44:11 +02:00
schoonc
b0917dfac9
Removed unused variable isFile
2018-08-09 00:30:42 +03:00
Michael Weimann
9135e10062
Restores the guest icons
2018-08-08 23:19:37 +02:00
Christoph Wurst
d8197f2b97
Rename providerset method to get primary providers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-08 20:28:21 +02:00
Christoph Wurst
c6e47e8a51
Fix login redirection if only one 2FA provider is active
...
Fixes https://github.com/nextcloud/server/issues/10500 .
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-08 15:25:59 +02:00
Daniel Calviño Sánchez
e1561f0e8f
Add custom handling for room shares to the resharer information
...
Like done with group shares, received room shares are described as such
in the UI.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:44 +02:00
Daniel Calviño Sánchez
2d062daa11
Add custom handling for room shares to the list of sharees
...
Like done for other types of shares, room shares are now explicitly
described as such in the UI.
The avatar used is the image provided in the "shareWithAvatar" property
of the share. If none is given then the avatar is the first letter of
the display name of the room share with a coloured background seeded
from the room token. If the display name of the room is empty then no
letter is shown in the avatar; no special handling is done in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:43 +02:00
Daniel Calviño Sánchez
7292a986a0
Add type for room shares
...
This type represents shares with a Nextcloud Talk conversation.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-08-08 14:25:43 +02:00
John Molakvoæ
b198e17071
Merge pull request #10568 from nextcloud/apps-menu-fixes
...
Fix apps max-height
2018-08-08 09:22:21 +02:00
Roeland Jago Douma
75de67a98f
Merge pull request #10525 from nextcloud/notifications-fix
...
Fixed notifications position
2018-08-08 09:15:26 +02:00
Nextcloud bot
1cb8fe3cb0
[tx-robot] updated from transifex
2018-08-08 00:13:19 +00:00
John Molakvoæ (skjnldsv)
2b15b4cb74
Fix apps max-height
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-07 10:27:39 +02:00
Nextcloud bot
35342b4b7d
[tx-robot] updated from transifex
2018-08-07 00:12:06 +00:00
Joas Schilling
f67d942fad
Merge pull request #10530 from nextcloud/bugfix/10528/public-template
...
Fix issues when using the public layout without a PublicTemplateResponse
2018-08-06 15:41:54 +02:00
Roeland Jago Douma
49662f3def
Merge pull request #10485 from nextcloud/update-triangle
...
Fix design of update error page
2018-08-06 15:38:43 +02:00
John Molakvoæ (skjnldsv)
4ba40385a4
POpovermenu fix and token settings design fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-06 10:48:07 +02:00
Nextcloud bot
ca54166e35
[tx-robot] updated from transifex
2018-08-06 00:12:21 +00:00
Nextcloud bot
a625a4d704
[tx-robot] updated from transifex
2018-08-05 00:12:29 +00:00
Nextcloud bot
752ee28b1b
[tx-robot] updated from transifex
2018-08-04 00:12:38 +00:00
Julius Härtl
4f2013bd40
Make public layout also usable without a PublicTemplateResponse
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 20:41:56 +02:00
Julius Härtl
b4ea19c981
Fix base layout content padding
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 19:21:10 +02:00
Julius Härtl
2d3e5c817c
Remove header-classes since it is never used
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 18:25:06 +02:00
John Molakvoæ (skjnldsv)
05b53aaf8c
Fixed notifications position
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 15:07:55 +02:00
Roeland Jago Douma
755f13ee9f
Merge pull request #10519 from nextcloud/min-height-wrapper
...
Min height 100% on content-wrapper
2018-08-03 14:05:28 +02:00
Jan-Christoph Borchardt
6d7bf81421
Fix HTML on update error page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-03 13:30:49 +02:00
Jan-Christoph Borchardt
49cbd8cd95
Add margin below detailed logs
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-03 13:30:36 +02:00
Jan-Christoph Borchardt
2fb6799ad6
Use images instead of inline SVG and unicode
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-03 13:20:45 +02:00
John Molakvoæ (skjnldsv)
49189190b9
Min height 100% on content-wrapper
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 12:02:23 +02:00
Roeland Jago Douma
af6f93b025
Merge pull request #10515 from nextcloud/revert-zindex
...
Fixed design zindex
2018-08-03 11:27:48 +02:00
John Molakvoæ (skjnldsv)
248b786bd0
Fixed design zindex
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 10:27:38 +02:00
Nextcloud bot
bf88448f87
[tx-robot] updated from transifex
2018-08-03 00:12:22 +00:00
Roeland Jago Douma
94c35d542f
Merge pull request #10482 from nextcloud/content-list-checkbox-visibility-fix
...
Only show checkbox on hover/focus + accessibility fixes
2018-08-02 12:36:10 +02:00
John Molakvoæ (skjnldsv)
5f372b1cd5
Add class to show all checkboxes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-02 10:31:36 +02:00
Nextcloud bot
62af5bf033
[tx-robot] updated from transifex
2018-08-02 00:12:37 +00:00
Roeland Jago Douma
494f9fb86c
Merge pull request #10486 from nextcloud/detect-hidden-navigation
...
Mobile fixes
2018-08-01 22:57:28 +02:00
Roeland Jago Douma
fae7e516b5
Merge pull request #10481 from nextcloud/feature/noid/make-info-available-if-the-avatar-was-uploaded
...
Make the info available if the avatar was uploaded or generated
2018-08-01 22:54:38 +02:00
Jan-Christoph Borchardt
4574698443
Fix double container on 'Possible CSRF attack' page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-01 18:54:48 +02:00
John Molakvoæ (skjnldsv)
0a967818db
Mobile fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01 14:29:26 +02:00
Jan-Christoph Borchardt
ede469a240
Inline error svg icon because there is no SCSS on guest page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-01 13:51:23 +02:00
Jan-Christoph Borchardt
d64a9f3d0d
Fix text overflow on update page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-01 13:36:44 +02:00
Jan-Christoph Borchardt
81dc12a77b
Fix triangle on update page
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-08-01 13:30:31 +02:00
Roeland Jago Douma
369a6c13eb
Merge pull request #10474 from danielkesselberg/bugfix/10379/no-files-in-here
...
Set emptyText depending on filepicker type
2018-08-01 12:56:08 +02:00
Roeland Jago Douma
8162b349e7
Merge pull request #10483 from nextcloud/detect-hidden-navigation
...
No margin left if the navigation is hidden
2018-08-01 12:54:42 +02:00
Joas Schilling
6690197ff1
Merge pull request #10471 from nextcloud/bugfix/noid/improve-url-detection
...
Improve URL detection
2018-08-01 12:13:17 +02:00
John Molakvoæ (skjnldsv)
36a45597bb
No margin left if the navigation is hidden
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01 11:31:37 +02:00
Joas Schilling
decd196162
Make the info available if the avatar was uploaded or generated
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-01 10:56:22 +02:00
John Molakvoæ (skjnldsv)
cbe54e096b
Only show checkbox on hover/focus + accessibility fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-01 10:52:01 +02:00
Roeland Jago Douma
27d4ff8b4e
Merge pull request #10448 from nextcloud/list-opacity-fix
...
Only lower opacity of the avatar if the checkbox is checked on the content-list
2018-08-01 09:42:38 +02:00
Nextcloud bot
6a9bee478d
[tx-robot] updated from transifex
2018-08-01 00:11:59 +00:00
Daniel Kesselberg
6b9093ce6d
Set emptyText depending on filepicker type
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-07-31 22:49:01 +02:00
Daniel Calviño Sánchez
84c46dd3dd
Add notification container to public layout template
...
This is needed to show notifications using the standard
"OC.Notification.show" function.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-31 18:57:10 +02:00
Joas Schilling
3f45ab97da
Improve URL detection
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-31 17:11:46 +02:00
Roeland Jago Douma
bc83656604
Reword share comment feature
...
Fixes #10403
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-31 14:20:22 +02:00
Roeland Jago Douma
ef85ef0786
Merge pull request #10459 from nextcloud/bugfix/noid/install-page
...
Fix caret icon on installation page
2018-07-31 11:53:04 +02:00
Nextcloud bot
5e43f3c6a6
[tx-robot] updated from transifex
2018-07-31 00:12:12 +00:00
Julius Härtl
d13f1cd017
Fix caret icon on installation page
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-30 23:56:07 +02:00
Roeland Jago Douma
75589badf3
Merge pull request #8357 from nextcloud/ui-regression
...
Frontend testing using puppeteer
2018-07-30 16:47:07 +02:00
Roeland Jago Douma
b1af610069
Merge pull request #10421 from nextcloud/content-wrapper-cleanup
...
Really cleanup the content-wrapper
2018-07-30 14:01:55 +02:00
John Molakvoæ (skjnldsv)
733a015a93
Only lower opacity of the avatar if the checkbox is cheked on the content-list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-30 13:20:37 +02:00
John Molakvoæ (skjnldsv)
fa54668bbc
Fix contactsmenu overflow
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-30 13:05:37 +02:00
John Molakvoæ (skjnldsv)
2be323d195
Mobile scroll fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-30 12:48:24 +02:00
Julius Härtl
4bd7cb7a2d
Fix install button layout to avoid irregular test failures
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-30 00:40:09 +02:00
Nextcloud bot
0c7a17795b
[tx-robot] updated from transifex
2018-07-28 00:12:07 +00:00
John Molakvoæ (skjnldsv)
3de1eb480e
Mobile fixes and list fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-27 19:43:51 +02:00
John Molakvoæ (skjnldsv)
e3d1353dc6
App-content list fixes for new layout
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-27 18:45:33 +02:00
John Molakvoæ (skjnldsv)
09f80df011
Height fix for content
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-27 18:41:34 +02:00
John Molakvoæ (skjnldsv)
88db07d28e
Really cleanup the content-wrapper
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-27 09:42:34 +02:00
Roeland Jago Douma
7b23cf3dc6
Merge pull request #10415 from nextcloud/bugfix/noid/regex-icons
...
Fix regex for icon urls
2018-07-27 07:23:04 +02:00
Nextcloud bot
6ccc34f5af
[tx-robot] updated from transifex
2018-07-27 00:12:20 +00:00
Julius Härtl
8aa0f0485d
Fix regex for icon urls
...
Use the version from the url rather than hardcoding v=1.
Also allow uppercase chars in the url, so that uppercase
hex color values will also be included
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-26 22:08:48 +02:00
Nextcloud bot
e98f4de66a
[tx-robot] updated from transifex
2018-07-26 00:12:01 +00:00
Morris Jobke
fd041eb475
Support app is shipped
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-25 15:42:36 +02:00
Julius Härtl
1f635bb892
Use small loading indicator for avatars smaller than 32px
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-25 14:26:27 +02:00
Morris Jobke
70fa73404f
Merge pull request #10391 from nextcloud/bugfix/10389/fix-app-navigation-controller
...
Fix app navigation controller to return an array
2018-07-25 14:11:49 +02:00
Julius Härtl
4c773891d7
Fix app navigation controller to return an array
...
This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-25 13:50:46 +02:00
Morris Jobke
ebeaa37da2
Merge pull request #10385 from nextcloud/search-init-fix
...
Fix search on public pages
2018-07-25 13:43:23 +02:00
Morris Jobke
a5d163ac3b
Merge pull request #10388 from nextcloud/dialog-overlay-index
...
Fix overlay dialog zindex
2018-07-25 13:37:35 +02:00
Morris Jobke
35afd4ea5f
Merge pull request #10383 from nextcloud/bugfix/noid/allow-to-access-svgs-as-guest
...
Allow to access SVGs as guest
2018-07-25 13:35:34 +02:00
Morris Jobke
90eced4b3f
Merge pull request #10386 from nextcloud/bg-transition-safari-fix
...
Fix safari submenu navigation positionning
2018-07-25 13:32:08 +02:00
John Molakvoæ (skjnldsv)
85bcc61604
Fix overlay dialog zindex
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-25 12:39:17 +02:00
John Molakvoæ (skjnldsv)
8e81bc7895
Fix safari submenu navigation positionning
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-25 12:30:17 +02:00
John Molakvoæ (skjnldsv)
a1d7d60685
Fix search on public pages
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-25 12:20:46 +02:00
Joas Schilling
12efde520d
Allow to access SVGs as guest
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-25 12:05:18 +02:00
Julius Härtl
64468fc232
Fix sidebar position in app settings
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-25 10:48:12 +02:00
Nextcloud bot
fb77ff9da4
[tx-robot] updated from transifex
2018-07-25 00:12:34 +00:00
Morris Jobke
a96137ef0b
Merge pull request #10310 from nextcloud/accessibility-header
...
Accessibility fixes for header and global elements
2018-07-25 00:07:37 +02:00
Morris Jobke
f5e4fcadd9
Merge pull request #10378 from nextcloud/bugfix/noid/fix-icon-name-14
...
Fix icon file names
2018-07-25 00:05:13 +02:00
Roeland Jago Douma
71028fde6b
Merge pull request #10322 from weeman1337/feature-9978-improve-disabled-user-login-message
...
Login: Implements the "user disabled" message like the "wrong password" message
2018-07-24 20:00:20 +02:00
Kevin Ndung'u
fe25092312
Remove deprecated keyboard events & properties
...
Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
2018-07-24 19:02:56 +02:00
Julius Härtl
dd5f1803db
Readd starred icon since it is used in activity renderings
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-24 19:01:07 +02:00
Julius Härtl
a66481932d
Add group icon
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-07-24 18:48:25 +02:00
Morris Jobke
9b9d729acf
Merge pull request #10238 from 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
2018-07-24 17:06:56 +02:00
Morris Jobke
7da815bb04
Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-schema-when-moving-database
...
Only create the schema when moving between databases
2018-07-24 16:14:05 +02:00
Daniel Calviño Sánchez
911093549e
Make possible to enable "sending password by Talk" from the share menu
...
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>
2018-07-24 14:45:42 +02:00
Daniel Calviño Sánchez
96108ab858
Add event to load additional scripts in the auth page for public shares
...
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>
2018-07-24 14:04:22 +02:00
Daniel Calviño Sánchez
49fd17ff14
Add "password_by_talk" column to "share" table in the database
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-07-24 13:56:25 +02:00
Morris Jobke
f7c7ff5f85
Merge pull request #10326 from nextcloud/svg-api-suf-fixes
...
Fix regex of iconsCacher
2018-07-24 13:36:39 +02:00
Morris Jobke
147ada54fa
Merge pull request #10369 from nextcloud/techdebt/noid/avoid-404-on-developer-console
...
Remove hint to .map.js files on vendor projects that we do not ship
2018-07-24 13:34:16 +02:00
Roeland Jago Douma
c2b04634bb
Rerun js build
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-07-24 13:23:43 +02:00
John Molakvoæ (skjnldsv)
a9e554beec
Fix header controls sticky positioning
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-24 12:08:31 +02:00
Morris Jobke
e341367030
Remove hint to .map.js files on vendor projects that we do not ship
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-24 11:32:09 +02:00
John Molakvoæ (skjnldsv)
440b5c944f
Fixed scrolling container
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-24 11:01:11 +02:00
John Molakvoæ (skjnldsv)
0274507cb1
Acceptance and mobile navigation fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-07-24 11:01:11 +02:00
Roeland Jago Douma
b41d0d32e2
Merge pull request #10218 from nextcloud/share-comments
...
allow to add a personal note to a share
2018-07-24 09:12:03 +02:00