Thomas Müller
|
158c962fcc
|
Merge pull request #19307 from owncloud/large-sidebar-preview-resize
adjust the height of the sidebar preview image when resizing the browser
|
2015-09-24 09:44:35 +02:00 |
|
Thomas Müller
|
13cca93929
|
Merge pull request #19292 from owncloud/close-icon
add slight shadow to close icon to make it visible on top of dark images
|
2015-09-24 09:44:13 +02:00 |
|
Thomas Müller
|
8c0cf07d2f
|
Merge pull request #18352 from owncloud/ocs_api_sharees_autocomplete_blocker
Implement the autocomplete blocker from #18341 into the OCS endpoint
|
2015-09-24 09:43:37 +02:00 |
|
Morris Jobke
|
8387411b99
|
Merge branch 'master' into large-sidebar-preview-resize
|
2015-09-24 08:57:54 +02:00 |
|
Jan-Christoph Borchardt
|
1191dda0d8
|
Merge pull request #19163 from owncloud/search-elsewhere-wording
fix wording of other search results to 'elsewhere'
|
2015-09-23 23:30:12 +02:00 |
|
Jan-Christoph Borchardt
|
dada7d0c34
|
add slight shadow to close icon to make it visible on top of dark images, fix #19291
|
2015-09-23 21:31:40 +02:00 |
|
Jan-Christoph Borchardt
|
9162cc153e
|
fix wording of other search results to 'in other folders'
|
2015-09-23 21:31:00 +02:00 |
|
Hendrik Leppelsack
|
fb46e36d7b
|
Merge pull request #19301 from owncloud/ie8-checkboxes
Display checkboxes in ie8
|
2015-09-23 19:29:18 +02:00 |
|
Hendrik Leppelsack
|
7a8cc97831
|
display checkboxes in ie8
|
2015-09-23 17:14:02 +02:00 |
|
Thomas Müller
|
6f5f1c4f14
|
Merge pull request #19139 from owncloud/ext-revert-permissions
Improve deprecated external storage backend handling
|
2015-09-23 16:03:02 +02:00 |
|
Morris Jobke
|
1c052d554b
|
Merge pull request #19308 from owncloud/fix-title
Show 'Apps' in the browser title when app management is open
|
2015-09-23 15:37:07 +02:00 |
|
Joas Schilling
|
19e7a08cbf
|
Do not allow user enumeration if the config is disabled
|
2015-09-23 15:11:02 +02:00 |
|
Morris Jobke
|
6636605ea6
|
Add option to disable autocomplete in share dialog
|
2015-09-23 15:06:28 +02:00 |
|
Thomas Müller
|
2ea2ec0004
|
Show 'Apps' in the browser title when app management is open
|
2015-09-23 15:00:58 +02:00 |
|
Robin Appelman
|
d0ea62a51c
|
adjust the height of the sidebar preview image when resizing the browser
|
2015-09-23 14:56:13 +02:00 |
|
Jörn Friedrich Dreyer
|
d54d9a573f
|
Revert "use correct variable"
This reverts commit 52cbaff061.
|
2015-09-23 14:09:52 +02:00 |
|
Thomas Müller
|
9050adc8f0
|
Merge pull request #19295 from owncloud/share-fixintparsing
Fix parsing int attributes from share.php response
|
2015-09-23 14:06:42 +02:00 |
|
Jörn Friedrich Dreyer
|
52cbaff061
|
use correct variable
wow ... just wow ...
|
2015-09-23 13:59:37 +02:00 |
|
Vincent Petry
|
6ea27e2b03
|
Fix parsing int attributes from share.php response
Sometimes the attributes returned by share.php are integers but packaged
as strings.
This fix makes sure that such attributes are parsed as integers
|
2015-09-23 12:16:47 +02:00 |
|
Robin McCorkell
|
634c1c497c
|
Mark SMB_OC and SFTP_Key as deprecated backends
|
2015-09-23 12:10:02 +02:00 |
|
Robin McCorkell
|
2bef3ef34b
|
Hide deprecated backends in external storage GUI
Selecting/deselecting the deprecate-to backends in the user mountable
storages selection will also change the corresponding deprecated
backend.
|
2015-09-23 12:10:02 +02:00 |
|
Robin McCorkell
|
060d169615
|
Add deprecation mechanic to IdentifierTrait
Deprecation allows a backend/auth mechanism to designate an object that
it deprecates to, allowing clean transitions to updated codebases.
|
2015-09-23 12:10:02 +02:00 |
|
Robin McCorkell
|
38a260e963
|
Revert "Implement more fine-grained external storage permissions model"
This reverts commit 0b97a05e7b.
This reverts commit d2e3c17c00.
This reverts commit cc88c5f4b8.
|
2015-09-23 12:10:02 +02:00 |
|
Thomas Müller
|
ee649d58c5
|
Merge pull request #19289 from owncloud/fix-type-hint-errors-container
Fix type hint errors in the container and the interface
|
2015-09-23 11:42:03 +02:00 |
|
Thomas Müller
|
0c283dc020
|
Merge pull request #19220 from individual-it/fix_19164
re initialize OC.Share.currentShares OC.Share.itemShares
|
2015-09-23 11:41:20 +02:00 |
|
Thomas Müller
|
bcdb3c26da
|
Merge pull request #19236 from owncloud/call_dot_directories_function
Replaces if ($file === '.' || $file === '..') by public function call isIgnoredDir
|
2015-09-23 11:34:23 +02:00 |
|
Thomas Müller
|
4c62d71db7
|
Merge pull request #19277 from owncloud/files-plusbuttonfix
Only render the plus button when it makes sense
|
2015-09-23 11:31:52 +02:00 |
|
Thomas Müller
|
53a167eae9
|
Merge pull request #19279 from owncloud/share-fixbogusentry
Fix bogus entry that appears when switching with arrow keys
|
2015-09-23 11:30:50 +02:00 |
|
Thomas Müller
|
ad71d92acf
|
Merge pull request #19247 from owncloud/fix_locking_copy_operation
locking: handle exceptions correctly during copy operation
|
2015-09-23 11:28:27 +02:00 |
|
Morris Jobke
|
56a795ad37
|
Merge branch 'master' into fix-type-hint-errors-container
|
2015-09-23 11:01:59 +02:00 |
|
Thomas Müller
|
f3d60df56d
|
Merge pull request #19267 from owncloud/individual-it-reduce_db_calls_for_filelocks
[jenkins] Individual it reduce db calls for filelocks
|
2015-09-23 10:59:58 +02:00 |
|
Thomas Müller
|
c22b98b05e
|
Merge pull request #19169 from owncloud/3rdpartyhint
add example for 3rdparty configuration
|
2015-09-23 10:59:14 +02:00 |
|
Thomas Müller
|
d0b17ec8d6
|
Merge pull request #19285 from owncloud/fix-strengthify-tipsy
Implement builder pattern in tipsy shim
|
2015-09-23 10:55:48 +02:00 |
|
Carla Schroder
|
4410ca5035
|
add example for 3rdparty configuration
|
2015-09-23 10:38:46 +02:00 |
|
Joas Schilling
|
ee75f9f594
|
Fix type hint errors in the container and the interface
|
2015-09-23 10:13:41 +02:00 |
|
Hendrik Leppelsack
|
3f0a870908
|
implement builder pattern in tipsy shim
|
2015-09-23 09:27:44 +02:00 |
|
Thomas Müller
|
9fbd3fa6c1
|
Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandco
Properly show sidebar for trash and sharing sections
|
2015-09-22 23:53:15 +02:00 |
|
Hendrik Leppelsack
|
3bce50f64b
|
Merge pull request #19282 from owncloud/disabled-checkboxes
Add style for disabled checkboxes
|
2015-09-22 19:50:38 +02:00 |
|
Hendrik Leppelsack
|
7b19b99e82
|
add style for disabled checkboxes
|
2015-09-22 19:13:43 +02:00 |
|
Hendrik Leppelsack
|
f8c286a7b6
|
Merge pull request #19275 from owncloud/fix-19158
Left align checkboxes in group dropdown
|
2015-09-22 18:31:57 +02:00 |
|
Martin
|
491250320a
|
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
|
2015-09-22 17:53:15 +02:00 |
|
Hendrik Leppelsack
|
bea164274a
|
left align checkboxes in group dropdown
|
2015-09-22 17:41:32 +02:00 |
|
Lukas Reschke
|
7222e5fb4d
|
Merge pull request #18893 from owncloud/move-static-data
Move static data from config to resources/config/
|
2015-09-22 17:37:56 +02:00 |
|
Vincent Petry
|
03ca76f54f
|
Fix bogus entry that appears when switching with arrow keys
|
2015-09-22 17:16:20 +02:00 |
|
Vincent Petry
|
a7d84287ad
|
Only render the plus button when it makes sense
|
2015-09-22 16:47:52 +02:00 |
|
Lukas Reschke
|
4201f59402
|
Update mimetypes
|
2015-09-22 16:43:29 +02:00 |
|
Lukas Reschke
|
63b2bc136a
|
Move mimetype files into /resources/config/
|
2015-09-22 16:43:28 +02:00 |
|
Lukas Reschke
|
a8e8a9dfb9
|
Move certificate bundle into resources/config/
|
2015-09-22 16:43:28 +02:00 |
|
Robin Appelman
|
498e8f712c
|
Merge pull request #19268 from owncloud/revert-18911
Revert "Show cached previews directly"
|
2015-09-22 16:05:38 +02:00 |
|
Thomas Müller
|
0c93de5a65
|
Merge pull request #19266 from owncloud/fileactions-translate-details
Properly translate file actions
|
2015-09-22 15:56:04 +02:00 |
|