Vincent Petry
8ef8ef1096
Fix JSHint errors in EventSource class
2014-07-02 21:35:03 +02:00
Vincent Petry
012abbad44
Fixed event source fallback after close
2014-07-02 21:34:43 +02:00
Vincent Petry
ed29e7d160
Merge pull request #9329 from owncloud/sharing_check_target
...
don't move a share mount point into a different mount point
2014-07-02 21:01:03 +02:00
Vincent Petry
f1f66ff686
Merge pull request #9373 from owncloud/design-fix-modified
...
shade color for modified dates again, fix #9363
2014-07-02 21:00:32 +02:00
Jan-Christoph Borchardt
3d0094723c
Merge pull request #9369 from owncloud/designfix-update
...
Update dialog running out of horizontal space in Firefox. fixes #9298
2014-07-02 20:19:29 +02:00
Jan-Christoph Borchardt
ad8f1743e3
remove shadow effects from folder icons, reduce size
2014-07-02 20:12:04 +02:00
Jan-Christoph Borchardt
a2dda44605
remove shadow effects from info, search and settings icon, reduce size
2014-07-02 20:07:57 +02:00
Jan-Christoph Borchardt
876ff9aaef
remove shadow effects from places icons, reduce size
2014-07-02 20:03:09 +02:00
Jan-Christoph Borchardt
03fbd6d540
remove shadow effects from settings icons, reduce size
2014-07-02 19:50:58 +02:00
Jan-Christoph Borchardt
1b83ac7de2
personal: link straight to /promote as @tomneedham said
2014-07-02 19:29:57 +02:00
Jan-Christoph Borchardt
d04564fb76
remove border-bottom of controls bar
2014-07-02 18:48:24 +02:00
Vincent Petry
615d037d3e
Merge pull request #9364 from owncloud/sharing_rename_mount_points
...
[sharing] rename mount point of children if parent was renamed
2014-07-02 18:48:07 +02:00
Vincent Petry
f4eb90e229
Merge pull request #9311 from owncloud/storage-not-available
...
Handle storages not being available in webui and webdav
2014-07-02 18:15:58 +02:00
Jan-Christoph Borchardt
4878c734e2
add link to contribute and promote pages in personal settings
2014-07-02 17:41:26 +02:00
Morris Jobke
b6aeea8c0b
simplify formula and add comment
2014-07-02 17:20:56 +02:00
Morris Jobke
ea756a12b0
Merge pull request #9370 from owncloud/design-fix-usermgmt-glitch
...
Design fix usermgmt glitch
2014-07-02 16:46:28 +02:00
Jan-Christoph Borchardt
053b0a4063
shade color for modified dates again, fix #9363
2014-07-02 16:37:15 +02:00
jbtbnl
26bb0227cc
Fix update dialog running out of horizontal space in Firefox. Fixes #9298
2014-07-02 16:15:13 +02:00
Jan-Christoph Borchardt
ed37573822
allow horizontal scrollbar in settings to make user mgmt usable on mobile
2014-07-02 16:13:20 +02:00
Jan-Christoph Borchardt
c483fb2f04
prevent overflow in user management controls bar, fix #9277
2014-07-02 16:07:55 +02:00
Thomas Müller
eaf32a7b54
Merge pull request #9362 from owncloud/public-servicewarningfix
...
Fix service warning
2014-07-02 15:42:47 +02:00
Jan-Christoph Borchardt
2a9fb130ec
make sure table header is white instead of slightly grey
2014-07-02 15:40:52 +02:00
Bjoern Schiessle
ea31ab7b5c
rename mount point of children if parent was renamed
2014-07-02 15:39:38 +02:00
Morris Jobke
d2f3ff5c34
Merge pull request #9245 from owncloud/server2server-sharing-design-fixes
...
drop unneeded code
2014-07-02 15:34:57 +02:00
Vincent Petry
44c1dc8153
Fix service warning
2014-07-02 15:30:34 +02:00
Morris Jobke
904e3102d3
Merge pull request #9288 from owncloud/fix_dispatcher_null_values
...
don't typecast null values inside dispatcher.php
2014-07-02 15:29:33 +02:00
Jan-Christoph Borchardt
2a1fcb1eb3
reduce transparency of controls bar for less distraction
2014-07-02 15:26:38 +02:00
Jan-Christoph Borchardt
c632ea854f
change controls bar color to white for less grey-in-grey design
2014-07-02 15:25:17 +02:00
Robin Appelman
edb67f9f4d
Remove invalid mounts from the active fs
2014-07-02 15:00:12 +02:00
Robin Appelman
0008db9995
Fix unit test
2014-07-02 14:39:45 +02:00
Morris Jobke
59629e688c
Merge pull request #9341 from owncloud/sharing-fileactions-fix
...
Fix fileActionsReady event after deferred file actions update
2014-07-02 14:36:59 +02:00
Steffen Lindner
5ec3771506
Merge pull request #9350 from Gomez/master
...
initialize a dummy memory session - fixes https://github.com/owncloud/ac ...
2014-07-02 13:57:36 +02:00
Morris Jobke
456770fde9
Merge pull request #9344 from owncloud/files-scrollissue
...
Fix files list scroll behavior
2014-07-02 13:26:23 +02:00
Morris Jobke
5e986271ef
Merge pull request #9336 from owncloud/fix-version-dropdown
...
increase width of version dropdown - fixes #9270
2014-07-02 12:04:04 +02:00
Steffen Lindner
22394fa4f5
Fix indent
2014-07-02 12:00:35 +02:00
Steffen Lindner
9433b94fd5
initialize a dummy memory session - fixes https://github.com/owncloud/activity/issues/78
2014-07-02 11:52:45 +02:00
Volkan Gezer
805a7cf485
Merge pull request #9338 from owncloud/fix-redirect-for-appframework
...
Redirect after session expiry to the previous loaded page
2014-07-02 11:39:41 +02:00
Jenkins for ownCloud
9933b33166
[tx-robot] updated from transifex
2014-07-02 01:55:17 -04:00
Morris Jobke
d31e532780
fix redirect URL unit test
2014-07-02 01:06:58 +02:00
Vincent Petry
32d2457e58
Fix files list scroll behavior
...
View container height needs to be accurate and span over the whole
scroll container for infinite scrolling to work properly.
2014-07-01 21:48:06 +02:00
Vincent Petry
025b71d068
Use fileActionsReady to re-render sharing icons
...
Whenever file actions are modified, either by registering new actions or
when appending a new page of entries, the sharing app is now notified so
it can correctly refresh the sharing icon status.
Additionally, the core's loadIcons() method is also used to load the
existing shares and also refresh the sharing icons afterwards.
2014-07-01 21:32:04 +02:00
Vincent Petry
94c3bac9ed
Merge pull request #9327 from owncloud/migrator-postgreskeywordtest
...
Added migrator test for reserved keyword
2014-07-01 20:40:18 +02:00
Vincent Petry
3d921ed3c3
Merge pull request #9334 from owncloud/defaultappfix
...
Default app fix
2014-07-01 20:39:13 +02:00
Jan-Christoph Borchardt
7760fd4bef
add ellipsizing to restore string if text is too long
2014-07-01 20:37:14 +02:00
Bjoern Schiessle
bb935978fa
don't move a share mount point into a different mount point
2014-07-01 19:38:55 +02:00
Vincent Petry
509cdebab7
Fix fileActionsReady event after deferred file actions update
2014-07-01 18:50:54 +02:00
Vincent Petry
fd68034357
Fixed remote share password param detection
2014-07-01 17:34:01 +02:00
Bjoern Schiessle
735eac6c9d
add a explicit interface for the home storage
2014-07-01 17:31:33 +02:00
Morris Jobke
19a6dc5420
Merge pull request #9335 from owncloud/fix-expire-message-layout
...
fix the layout of the enforced expiry date message
2014-07-01 17:00:56 +02:00
Vincent Petry
34ab3b09a6
Update submodule to include the PostgresPlatform patch
2014-07-01 16:59:45 +02:00