- Mar 20, 2014
-
-
Morris Jobke authored
Fix: 'Upload button tooltip doesn't disappear'
-
Vincent Petry authored
Added .ocdata file to check for data folder validity
-
Morris Jobke authored
Fix 'Undefined variable: message' in OCP\Util::logException
-
Thomas Müller authored
Close session faster
-
Thomas Tanghus authored
-
Jenkins for ownCloud authored
-
- Mar 19, 2014
-
-
Morris Jobke authored
Remove cursor:pointer CSS from li element
-
Oskar Hollmann authored
-
Oskar Hollmann authored
Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM.
-
Lukas Reschke authored
Add mimetype for MKV videos
-
Lukas Reschke authored
This will make oC create previews for MKVs. Test file: http://www.auby.no/files/video_tests/h264_720p_hp_5.1_3mbps_vorbis_styled_and_unstyled_subs_suzumiya.mkv To test this just apply this change and upload the test file, if an preview is generated this change is most likely working as expecting.
-
jbtbnl authored
-
Vincent Petry authored
Do not allow setting an expiration date in the past
-
Robin Appelman authored
Improve sorting performance of large lists of files
-
Robin Appelman authored
-
Joas Schilling authored
-
Thomas Müller authored
Conflicts: apps/files/ajax/upgrade.php
-
Thomas Müller authored
updating 3rdparty submodule
-
Thomas Müller authored
drop file cache migration OC5 -> OC6
-
Vincent Petry authored
Fix validation of allowed personal backend
-
Jenkins for ownCloud authored
-
Morris Jobke authored
Set overflow-y to auto
-
- Mar 18, 2014
-
-
Robin McCorkell authored
Fix smb4php to work with home shares
-
Vincent Petry authored
- test config was written correctly (global and local) - test that personal mount points can be added for allowed backends - test that personal mount points cannot be added for disallowed backends - added $skipTest flag to make it possible add mount points without doing an actual check/connection (note: this is necessary because the static class OC_Mount_Config cannot be mocked)
-
Thomas Tanghus authored
-
Vincent Petry authored
-
Thomas Müller authored
-
Morris Jobke authored
Display admin option for public upload with encryption enabled
-
Thomas Müller authored
-
Vincent Petry authored
Now that public upload works with encryption, the admin option to toggle it must be made visible.
-
Jenkins for ownCloud authored
-
- Mar 17, 2014
-
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
introduce reopen() method to be used for unit test execution only - right after a unit test has been executed the session will be reopened
-
Thomas Müller authored
Move routing classes to an interface and expose it in the public api
-
Vincent Petry authored
-
Robin McCorkell authored
Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server.
-
Robin Appelman authored
use a non-recursive chmod on the datadir
-
Robin Appelman authored
Correctly round bytes when converted from human readable format
-
Vincent Petry authored
clarify the use-case of the encryption app.
-