Morris Jobke
0b8a9fcaea
Merge pull request #7572 from nextcloud/fix-box-shadow
...
Fix box shadow of header elements
2017-12-20 13:52:53 +01:00
John Molakvoæ (skjnldsv)
3105a2780b
zindex fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-20 13:50:44 +01:00
Morris Jobke
0fef608927
Add the webkit sticky position prefix
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-20 13:48:09 +01:00
Marin Treselj
eebc70cf1e
Make contorls stick to the top when scrolling
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-12-20 13:48:09 +01:00
Marin Treselj
228ca16bea
Dynamic control bar width
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-12-20 13:48:09 +01:00
Morris Jobke
f854831045
Fix box shadow of header elements
...
* unify shadow blur from 3px to 10px
* remove opacity of background of app labels
* for IE: use box-shadow as fallback (because the filter: drop-shadow is not supported)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-20 11:45:21 +01:00
Roeland Jago Douma
325637f4f3
Fix tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 18:49:27 +01:00
Roeland Jago Douma
328047f638
Also do callback on the failing function
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 18:49:26 +01:00
Julius Härtl
d497f79625
Fix fallback when image loading fails
...
With the new avatar endpoint there is no difference between unknown
users and errors when generating the placeholder avatar. Therefore the
avatar function will now show the old placeholder if both a user and
displayname was given as parameters.
In case there is no displayname provided we cannot build the proper
placeholder so the unknown user placeholder is shown.
The displayname is not required for the avatar anymore, so we can
get rid of the old code path for placeholders.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 18:49:26 +01:00
Roeland Jago Douma
6b5e3a9365
Still call callback once avatar is loaded
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 18:49:26 +01:00
John Molakvoæ (skjnldsv)
a118817a69
Add loading icon on avatar
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-19 18:49:26 +01:00
Roeland Jago Douma
6371b76598
Since we now always generate an avatar do not load the placeholder
...
The js and php code differ ever so slightly. So having the placeholder
for a second and then the image is just weird.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 18:49:25 +01:00
blizzz
b6fcf59881
Merge pull request #7576 from nextcloud/fix_7574
...
Use javascript to send the actual password reset
2017-12-19 18:05:14 +01:00
Roeland Jago Douma
cdaf99cf58
Use javascript to send the actual password reset
...
Fixes #7574
During some refactoring the event linked to password reset got removed.
This ment that we just submitted a normal POST but without the CSRF
token. And none of the js magic to redirect afterwards.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-19 14:00:47 +01:00
Daniel Calviño Sánchez
48b62a0eee
Fix opening the menu in a Share page
...
".popovermenu" elements are visible or not depending on whether they
also have the "open" CSS class or not. "#header .menu" elements were
always hidden, so when both rules applied to the same element, like in
the menu of a Share page, the element was always hidden due to
"#header .menu" being more specific than ".popovermenu" and thus
overriding its rules. Now, "#header .menu" elements are hidden only if
they are not a ".popovermenu" too.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-19 06:58:58 +01:00
Roeland Jago Douma
e294323df2
Merge pull request #7517 from nextcloud/add-index-to-share-table
...
Add index to share_with column in the share table
2017-12-18 22:23:53 +01:00
Roeland Jago Douma
a84d11de7b
Merge pull request #7531 from nextcloud/ldap/createdistributed
...
don't use deprecated method for requesting memcache
2017-12-18 22:08:32 +01:00
Bjoern Schiessle
41ee23a054
make occ command more generic
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-12-18 21:14:45 +01:00
Bjoern Schiessle
de98581421
add index for share_with table for newly created tables
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-12-18 21:14:45 +01:00
Bjoern Schiessle
fda98ee917
add occ command to add a index to share_with at the share table
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-12-18 21:14:45 +01:00
Morris Jobke
d2d73f1ce8
Also replace all other occurences
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-18 20:57:11 +01:00
Roeland Jago Douma
d6e74fe375
Use injected AppManager
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-18 20:26:44 +01:00
Daniel Calviño Sánchez
de4028336a
Force the drag to end when the navigation bar Snap is disabled by an app
...
When a Snap was disabled it stopped listening to the events, but if a
drag gesture was being performed it was kept as active. Thus, when the
Snap was enabled again move events were handled as if the Snap had never
been disabled, causing the gesture handling to continue where it was
left.
When the Snap for the navigation bar is disabled by an app it could be
as a result of a different gesture being recognized by the app (for
example, a vertical swipe) once both gestures have started. In that case
when the other gesture ends and the Snap is enabled again any pointer
movement will cause the navigation bar to slide until an "up" event is
triggered again (obviously not the desired behaviour).
Due to all this now when the Snap for the navigation bar is disabled by
an app the current drag gesture for the navigation bar is ended.
Note that this was added as a parameter to "Snap.disable()" instead of
done unconditionally to keep back-compatibility with the previous
behaviour (probably not really needed as it is unlikely that any app is
using the Snap library relying on that behaviour... but just in case).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-14 21:42:39 +01:00
Daniel Calviño Sánchez
a5db0d2825
Make possible for apps to disallow the navigation bar slide gesture
...
On narrow screens a slide gesture can be used to open or close the
navigation bar. However that gesture could conflict at times with the
gestures used by certain apps (for example, if the right sidebar is open
the user may expect to close it by dragging it to the right, but that
could open the navigation bar instead depending on how the events are
handled). This commit makes possible for apps to disallow and allow
again that slide gesture.
In any case, note that applications can only disallow the gesture,
but they can not enable it. That is, they can prevent the gesture from
being used on narrow screens, but they can not make the gesture work on
wide screens; they are always limited by the base rules set by the core.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-14 21:41:22 +01:00
Daniel Calviño Sánchez
173f28a09d
Add unit tests for the navigation bar slide gesture
...
The slide gesture is enabled or disabled depending on the width of the
browser window. In order to easily control that width the karma-viewport
plugin is now used in the unit tests.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-12-14 19:17:40 +01:00
Morris Jobke
784d256103
Merge pull request #7480 from nextcloud/fix_7454
...
Check for FreeType functions required for avatars
2017-12-13 18:25:05 +01:00
Roeland Jago Douma
ee20741526
Add tests
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-13 17:22:58 +01:00
Roeland Jago Douma
7618473a44
Add warning regarding freetype support
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-13 17:20:48 +01:00
John Molakvoæ (skjnldsv)
21fbcba68d
Removed unwanted and unused spacer
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-12 16:45:56 +01:00
John Molakvoæ (skjnldsv)
133cbd16e4
Fixed firefox guest header height
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-12 16:10:32 +01:00
Roeland Jago Douma
45772473a9
Set autocomplete on share password input
...
Fixes #6821
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-12 11:33:12 +01:00
John Molakvoæ (skjnldsv)
bb04e10651
Fixed width on app details
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-11 18:22:21 +01:00
John Molakvoæ (skjnldsv)
a1b4869774
Fixed scrolling in app list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-11 17:26:43 +01:00
John Molakvoæ (skjnldsv)
d3c324cc9b
Fixed popover menu in entry
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-11 17:26:43 +01:00
blizzz
4fc8984d89
Merge pull request #6079 from nextcloud/fix-antivirus
...
Parse Sabre Exception in OC.Files.Client and file-upload
2017-12-11 17:12:02 +01:00
Morris Jobke
5bc8c94a11
Merge pull request #7249 from nextcloud/guest-flex
...
Guest flex instead of absolute
2017-12-11 15:41:53 +01:00
Roeland Jago Douma
c1fcd6fc98
Merge pull request #7324 from nextcloud/no-sorters-no-instances
...
don't create sorter instances when none was requested
2017-12-11 15:27:44 +01:00
Nextcloud bot
8ed728c1a2
[tx-robot] updated from transifex
2017-12-11 01:10:20 +00:00
Nextcloud bot
a684f033bd
[tx-robot] updated from transifex
2017-12-10 01:10:25 +00:00
Morris Jobke
ed7beb929e
Merge pull request #6876 from nextcloud/always_img_avatar
...
Always generate avatar
2017-12-08 23:58:17 +01:00
Morris Jobke
6aac1ffa33
Merge pull request #7115 from nextcloud/fix-flow
...
Fix flow
2017-12-08 16:01:57 +01:00
Morris Jobke
4c19e75f5d
Merge pull request #7390 from nextcloud/update-php-info
...
Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore
2017-12-08 15:33:27 +01:00
Morris Jobke
ace96a406a
Show hint that PHP 5.6 will not be supported in Nextcloud 14 anymore
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-08 10:02:41 +01:00
Nextcloud bot
ef2b0969dd
[tx-robot] updated from transifex
2017-12-08 01:10:13 +00:00
Nextcloud bot
7d529c081a
[tx-robot] updated from transifex
2017-12-07 01:10:37 +00:00
Tobias Kaminsky
430f60db21
Merge pull request #6670 from nextcloud/handle-encryption-state-in-web-interface
...
Handle encryption state in web interface
2017-12-06 16:19:17 +01:00
Nextcloud bot
9505c56447
[tx-robot] updated from transifex
2017-12-06 01:10:23 +00:00
Nextcloud bot
f25d55c972
[tx-robot] updated from transifex
2017-12-05 01:10:20 +00:00
Morris Jobke
41c1f862f1
Merge pull request #7319 from nextcloud/remove-svg-shadows
...
Remove svg shadows
2017-12-04 22:40:07 +01:00
Morris Jobke
a62cc27058
Fix syntax error
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-12-04 22:39:06 +01:00
Nextcloud bot
567757c793
[tx-robot] updated from transifex
2017-12-04 01:10:30 +00:00
Nextcloud bot
bd1e357eef
[tx-robot] updated from transifex
2017-12-03 01:10:22 +00:00
Nextcloud bot
cec236f0af
[tx-robot] updated from transifex
2017-12-02 01:10:32 +00:00
Nextcloud bot
ffc627e18e
[tx-robot] updated from transifex
2017-12-01 01:10:20 +00:00
Marin Treselj
314bfeb6b8
Define icon-shadow only in context of icon-white
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-30 18:26:26 +01:00
Nextcloud bot
49ec86a81f
[tx-robot] updated from transifex
2017-11-30 01:13:19 +00:00
Roeland Jago Douma
ba648eecdf
Move avatar code to Avatar Class
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-29 14:23:15 +01:00
Roeland Jago Douma
604596ec16
Always generate avatar
...
Even if no avatar is set we should just generate the image. This to not
duplicate the code on all the clients. And only server images from the
avtar endpoint.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-29 14:23:15 +01:00
Nextcloud bot
095eba0aa3
[tx-robot] updated from transifex
2017-11-29 01:10:12 +00:00
Marin Treselj
54878d753a
Revert removing of deprecated icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-28 14:30:02 +01:00
Arthur Schiwon
96bc03a03a
don't create sorter instances when none was requested
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-28 13:30:51 +01:00
Marin Treselj
dd8bfe5d36
Remove deprecated white, shaded icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-28 10:59:22 +01:00
Marin Treselj
70953fa788
Add new .icon-white and .icon-shadow classes, add toggle-background icon
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-28 10:56:28 +01:00
Nextcloud bot
a0ce2c1204
[tx-robot] updated from transifex
2017-11-28 01:09:52 +00:00
Morris Jobke
7d9e475434
Merge pull request #7303 from nextcloud/fix-contact-menu
...
Fix contacts menu height for Safari
2017-11-27 18:30:06 +01:00
blizzz
f700cd14fa
Merge pull request #7222 from nextcloud/fix-filerow-avatars
...
Fix filerow avatars
2017-11-27 16:46:11 +01:00
Morris Jobke
cfae590ac9
Merge pull request #7266 from nextcloud/fix-input-field-not-disabled-while-a-comment-is-being-sent
...
Fix input field not disabled while a comment is being sent
2017-11-27 13:40:03 +01:00
Morris Jobke
152b2824dc
Fix contacts menu height for Safari
...
* fixes #5119
* in Safari the input field was 38px in height and not 34px like in all other browsers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-27 13:32:05 +01:00
Morris Jobke
c5446ebd9a
Merge pull request #7251 from nextcloud/contact-menu-position-fix
...
Fixed contact menu position on comments
2017-11-27 12:14:30 +01:00
Lukas Reschke
8ccb486876
Merge pull request #7264 from nextcloud/cache-fetched-apps
...
Cache fetched apps in update check
2017-11-27 11:48:59 +01:00
Morris Jobke
4af12dcab1
Fix unit tests
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-27 08:50:44 +01:00
Allan Nordhøy
55cad46a21
No "to equal to" "We" or "Our", properly
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-27 08:50:37 +01:00
Morris Jobke
0e2f00ec59
Get the Installer via DI
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-25 12:00:57 +01:00
Lukas Reschke
14a6fbe809
Merge pull request #7271 from nextcloud/fix-menu-loading-position
...
Fix loading icon position in the app menu
2017-11-24 16:03:23 +01:00
Arthur Schiwon
134192d76c
fix sorting test on phantomjs
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-24 15:33:26 +01:00
Nextcloud bot
dc1d13a18d
[tx-robot] updated from transifex
2017-11-24 01:09:53 +00:00
Julius Härtl
cd7aba3171
Fix loading icon position in the app menu
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-23 21:15:05 +01:00
Arthur Schiwon
5a9c99e6ac
recycle SharedFileInfo values in fileInfo
...
fileInfo is composed of data from sharing, however additional data is
pulled when sidebar opens, e.g. the size. Then, existing data is
overwritten by data from the other source (files). The data points that
would be lost are not dirty however and still used, so we keep them.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 17:51:56 +01:00
Daniel Calviño Sánchez
b248c53c6a
Make "contenteditable=false" divs look like disabled input fields
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-23 16:37:43 +01:00
Arthur Schiwon
b3b34c08d1
fix tooltips for good
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:14 +01:00
Arthur Schiwon
f8b9ddc0ea
apply tooltip to all avatars
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:14 +01:00
Arthur Schiwon
077381c7b3
rip out obsolete recipientsDisplayName
...
also needs tests adjustements, and this also brings in natural sorting
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:14 +01:00
Arthur Schiwon
9d95391ff1
adjust tests and apply sorting
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:13 +01:00
Arthur Schiwon
3a1d8fa45f
adjust, fix and extend tests
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:13 +01:00
Arthur Schiwon
4247936dd6
Fix avatars in file rows of incoming shares
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:13 +01:00
Arthur Schiwon
dcfd7bf7ff
fix avatars in file rows of outgoing shares
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-23 13:32:09 +01:00
John Molakvoæ (skjnldsv)
5591ea6e8b
Fixed alignment of items in comments
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-23 12:26:22 +01:00
John Molakvoæ (skjnldsv)
a936aea8a4
Fixed top
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-23 09:23:24 +01:00
John Molakvoæ (skjnldsv)
c4e2fc2aa6
Fixed contact menu horizontal position
...
The arrow tip was 1px off from the avatar centre.
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-23 02:10:05 +01:00
Nextcloud bot
b6a39b7927
[tx-robot] updated from transifex
2017-11-23 01:09:47 +00:00
Jan-Christoph Borchardt
90c1d3e129
Merge pull request #7247 from nextcloud/give-audio-icons-shadow
...
Give audio-white and audio-off-white shadow via CSS
2017-11-22 18:07:06 +01:00
John Molakvoæ (skjnldsv)
1c5a1906d6
Fixed heigh resize
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-22 15:40:25 +01:00
John Molakvoæ (skjnldsv)
ec8c7d612d
Use flex for guest full screen alignment
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-22 15:34:40 +01:00
Marin Treselj
c5e51b34be
Give audio-white and audio-off-white shadow via CSS
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-22 14:16:39 +01:00
Jan-Christoph Borchardt
968da5ef23
Merge pull request #7239 from nextcloud/larger-close-button
...
Make close icon fill more space
2017-11-22 14:00:57 +01:00
Nextcloud bot
3aaccc9a23
[tx-robot] updated from transifex
2017-11-22 01:10:09 +00:00
Marin Treselj
bf68d6374b
Less exaggerated size increase for close icon
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-21 16:07:43 +01:00
Marin Treselj
7f36c2090a
Make close icon fill more space
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-21 15:33:23 +01:00
Marin Treselj
2f4e036a15
Remove unused, deprecated icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-21 14:06:46 +01:00
Nextcloud bot
a8ec62dcc2
[tx-robot] updated from transifex
2017-11-21 01:10:07 +00:00
Bjoern Schiessle
7bc28f14de
show e2e folder icon on encrypted folders
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-11-20 21:00:26 +01:00
Bjoern Schiessle
fc456bec39
check for encryption state on propfind
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-11-20 18:24:46 +01:00
Marin Treselj
0709f38ed8
Make user-related icons bigger.
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-20 17:28:25 +01:00
Marin Treselj
8615ca8bd2
Re-optimize and clean up settings, social and logo icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-20 17:27:30 +01:00
Björn Schießle
f347e2e4a6
Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permissions
...
Add support for files with no permissions
2017-11-20 16:15:52 +01:00
Morris Jobke
bca165805e
Merge pull request #7195 from nextcloud/app-content-list
...
Add app content list
2017-11-20 14:41:11 +01:00
Jan-Christoph Borchardt
a61015d647
Increase clickable area of actions to 44*44px
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-11-20 14:10:04 +01:00
Jan-Christoph Borchardt
5ea14192ee
Move star to top right instead of top left, fix checkbox overlay
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-11-20 14:00:00 +01:00
Jan-Christoph Borchardt
1dd8746395
Reduce size of date in list
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-11-20 13:57:49 +01:00
Morris Jobke
93e34fb61b
Merge pull request #7211 from nextcloud/fix-5916
...
only replace permission popupmenu
2017-11-20 11:36:12 +01:00
Nextcloud bot
96b15cec83
[tx-robot] updated from transifex
2017-11-20 01:09:40 +00:00
Nextcloud bot
dd5373795f
[tx-robot] updated from transifex
2017-11-19 01:09:52 +00:00
Nextcloud bot
39ec541b23
[tx-robot] updated from transifex
2017-11-18 01:10:43 +00:00
Arthur Schiwon
a1d4ac6d43
only replace permission popupmenu
...
the contacts popovermenu is also present and is being replaces, ending
up in two permission popupmenus with checkboxes duplicating the id,
breaking further permission changes.
plus, fixing a selector
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-17 17:08:29 +01:00
John Molakvoæ (skjnldsv)
3d063e4dd0
Checkboxes and favourite fix
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-17 09:05:28 +01:00
Nextcloud bot
6c2c129fce
[tx-robot] updated from transifex
2017-11-17 01:09:51 +00:00
Morris Jobke
ba150e5721
Merge pull request #7199 from nextcloud/fix-style-of-reset-password-form
...
Adjust style of new password form to default
2017-11-16 22:04:51 +01:00
Morris Jobke
d8296dcc8a
Merge pull request #7167 from nextcloud/password-button-overflow
...
Fix reset password button overflow
2017-11-16 22:03:15 +01:00
Morris Jobke
369069687f
Adjust style of new password form to default
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-16 21:18:15 +01:00
John Molakvoæ (skjnldsv)
627293adc2
Checkboxes and various design fixes
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-16 19:18:57 +01:00
John Molakvoæ (skjnldsv)
67db42e99d
Add app content list
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-16 16:28:25 +01:00
Marin Treselj
f37f265991
Re-optimize filetype and category icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-16 15:45:39 +01:00
Morris Jobke
dd83055198
Merge pull request #7188 from nextcloud/fix-broken-svg-2
...
Re-optimize places and files icons
2017-11-16 09:34:27 +01:00
Morris Jobke
3bc1646592
Merge pull request #7189 from nextcloud/security-games-icons
...
Added security and games icons
2017-11-16 09:04:55 +01:00
Marin Treselj
f2a500a16f
Clean up and re-optimize games icon
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-16 08:46:57 +01:00
Nextcloud bot
b2e9cb6a00
[tx-robot] updated from transifex
2017-11-16 01:09:50 +00:00
John Molakvoæ (skjnldsv)
82d4169ea4
Added security and games icons
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-15 16:47:23 +01:00
Marin Treselj
2d069339cc
Re-optimize places and files icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-15 14:27:16 +01:00
Jan-Christoph Borchardt
7a56189e6b
Merge pull request #7177 from nextcloud/fix-black-transparent-dialogs
...
Fix linear gradient from black to white in dialogs in Safari
2017-11-15 12:08:01 +01:00
Nextcloud bot
c5afb25714
[tx-robot] updated from transifex
2017-11-15 01:09:47 +00:00
Morris Jobke
6db51b1bfd
Fix linear gradient from black to white in dialogs in Safari
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-14 23:56:18 +01:00
Jan-Christoph Borchardt
a3c13a13ba
Fix reset password button overflow
...
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2017-11-14 16:04:14 +01:00
Jan-Christoph Borchardt
346dbfa1ee
Merge pull request #7130 from nextcloud/fix-broken-svg
...
Optimize SVG icons
2017-11-14 15:51:09 +01:00
Jan-Christoph Borchardt
381967f35e
Merge pull request #7013 from nextcloud/forgot-password
...
Directly show "Forgot password?" link, fix #6808
2017-11-14 15:32:27 +01:00
Lukas Reschke
6d1d2dde0b
Merge pull request #4856 from coderkun/issue-3808-xframe-deny
...
Improve warning for X-Frame-Options header DENY (#3808 )
2017-11-14 14:30:14 +01:00
blizzz
a6d8948937
Merge pull request #5749 from nextcloud/ldap-primary-buttons
...
LDAP Wizard: primary-style buttons
2017-11-14 14:03:27 +01:00
Marin Treselj
a6197a2899
Fix settings-white icon
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-14 10:53:44 +01:00
Nextcloud bot
28e8a1c4b0
[tx-robot] updated from transifex
2017-11-14 01:09:46 +00:00
Arthur Schiwon
f575060b93
add newline at the end of the ~~universe~~ file
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-13 16:39:09 +01:00
Julius Härtl
57eb046836
Use primary class also for ui-button elements
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-13 16:33:21 +01:00
Vincent Petry
dfc91a253c
Parse Sabre Exception in OC.Files.Client and file-upload
...
In case of error, instead of a generic error message, an upload will
display whichever message is returned in the Sabre Exception, if
applicable.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-11-13 12:19:14 +01:00
Morris Jobke
ff2d4432d8
Merge pull request #7051 from nextcloud/breadcrumbs-refactor
...
Breadcrumbs refactor
2017-11-13 12:19:05 +01:00
Marin Treselj
1bad132266
Actions icons fixed and re-optimized
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-13 10:27:13 +01:00
Nextcloud bot
f376659933
[tx-robot] updated from transifex
2017-11-13 01:10:11 +00:00
Nextcloud bot
8e3861563b
[tx-robot] updated from transifex
2017-11-12 01:10:00 +00:00
Nextcloud bot
6ca4abfc0b
[tx-robot] updated from transifex
2017-11-11 01:10:09 +00:00
Marin Treselj
7914d8cf86
third batch of fixed and re-optimized icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-10 16:13:24 +01:00
blizzz
1a2f9fe678
Merge pull request #7056 from nextcloud/oc-28415-enable-chunking-in-authenticated-web-upload
...
[oc] Enable chunking for bigger files in authenticated web upload
2017-11-10 15:35:58 +01:00
Marin Treselj
4d5490c339
second batch of fixed and re-optimized icons
...
Signed-off-by: Marin Treselj <marin@pixelipo.com>
2017-11-10 15:21:44 +01:00
Nextcloud bot
ede6499de4
[tx-robot] updated from transifex
2017-11-10 01:09:43 +00:00