- Jun 02, 2014
-
-
Morris Jobke authored
-
Morris Jobke authored
make reshare settings foldable
-
Arthur Schiwon authored
LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
-
Vincent Petry authored
add share icons for folders shared by the current user
-
Vincent Petry authored
Add CSRF check on login and logout
-
Vincent Petry authored
add another index to the filecache to reduce the number of queries witho...
-
Morris Jobke authored
Also encode > and '
-
Jenkins for ownCloud authored
-
- Jun 01, 2014
-
-
Bernhard Posselt authored
Fix PHPDoc
-
Lukas Reschke authored
- Remove not anymore existing parameters - Fix typo
-
Jenkins for ownCloud authored
-
- May 31, 2014
-
-
Lukas Reschke authored
-
Vincent Petry authored
Fix undefined JS on login/setup page
-
Frank Karlitschek authored
-
Jenkins for ownCloud authored
-
- May 30, 2014
-
-
Thomas Müller authored
Database code cleanup
-
Thomas Müller authored
- kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables
-
Thomas Müller authored
Cleanup code of files_sharing/ajax/ a little bit
-
Thomas Müller authored
Check if ReflectionMethod::getDocComment is working
-
Vincent Petry authored
-
Owen Winkler authored
Allow apps to control via a hook skipping add/remove a file during filescan
-
Lukas Reschke authored
Fixed undefined object error that appears after a delay
-
Vincent Petry authored
select webdav address on click
-
Volkan Gezer authored
prevent pageload if pressed enter on name email change. fixes #6179
-
Owen Winkler authored
-
Lukas Reschke authored
Fixed drag and drop from external files, added tests
-
Thomas Müller authored
Add a warning to the configuration file
-
Thomas Müller authored
Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues
-
Volkan Gezer authored
-
Owen Winkler authored
* Use "filesystem_cache_readonly" config setting, update comment in config.sample * Use $this->cacheActive to cache config setting * Add public Scanner::setCacheActive() to set $cacheActive programmatically
-
Volkan Gezer authored
-
Björn Schießle authored
-
Volkan Gezer authored
-
Robin Appelman authored
Add storage->instanceOfStorage() to handle instanceof with storage wrappers
-
Lukas Reschke authored
Sharing overview page
-
Vincent Petry authored
In some cases (like in the unit tests) "file_target" is not set yet whenever the target file system hasn't been mounted yet.
-
Vincent Petry authored
-
Vincent Petry authored
OC.Share can be used in non-files apps, so the fileList callback needs to support that as well.
-
Vincent Petry authored
-
Vincent Petry authored
- Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM
-