Commit Graph

4258 Commits (70c3ab3c53fa31331c19d3f1d74fce29efc047d4)

Author SHA1 Message Date
Thomas Mueller 2af7ac78d2 refs #505 - defining publicListView based on template parameter 12 years ago
Jenkins for ownCloud e28d71bf55 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud 61670184c4 [tx-robot] updated from transifex 12 years ago
Sam Tuke 637891b771 Development snapshot, lots of fixes 12 years ago
Sam Tuke 6df35eeddc Added unit tests for setupServerSide(), key paths, and ready() 12 years ago
Bart Visscher 20c24f234f Do the url encoding once, only in breadcrumbs template 12 years ago
Brice Maron 02bc440900 Show error message to prevent adding a shared folder in the root dir fix #468 12 years ago
Thomas Mueller 4a3b5125cf adding comments on the form array indexes 12 years ago
Thomas Mueller 2b192a75c4 normalize the path once in upload.php is enough - THX Robin for this hint 12 years ago
Thomas Mueller 7af4cf48c9 refs #461 - drag'n'drop upload to a sub folder is working now 12 years ago
Björn Schießle 8a93cc14f6 port of approved pull request #442 - 'Always set renaming to false, also if renaming was aborted, to finalize the operation and show the file actions again.' 12 years ago
Sam Tuke b5c0e4042e Fixing use of splitIv 12 years ago
Sam Tuke 138a255f73 Switched require() for require_once() 12 years ago
Sam Tuke cb81b82a11 Fixed IV generation test 12 years ago
Sam Tuke 886fb188cd Improved documentation 12 years ago
Sam Tuke 459a7622dc Added check if sharing app is enabled, commented out sharing code due to issue 12 years ago
Jenkins for ownCloud a418a3ba65 [tx-robot] updated from transifex 12 years ago
Sam Tuke fdf0f6ce61 Added namespace 12 years ago
libasys eda9ce4cf8 Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered. 12 years ago
Sam Tuke dd987a8bd1 Added minor documentation 12 years ago
Jenkins for ownCloud 9c36326e47 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud ac22cd4ab0 [tx-robot] updated from transifex 12 years ago
Arthur Schiwon d79e9a2da7 LDAP: cherrypick objectGUID handling from stable45, was part of PR 344 12 years ago
Jörn Friedrich Dreyer bbef5b377e add i18n for cancel button 12 years ago
Jenkins for ownCloud 09d6d843f7 [tx-robot] updated from transifex 12 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 12 years ago
Jenkins for ownCloud 9f8cc09642 [tx-robot] updated from transifex 12 years ago
Diederik de Haas 6e6df6e410 Fixed new checkstyle issues in ftp.php from build #1341. 12 years ago
Diederik de Haas 3cc6df489f Fixed new checkstyle issues in swift.php from build #1341. 12 years ago
Diederik de Haas 051635412d Fixed new checkstyle issues from build #1341. 12 years ago
Jenkins for ownCloud 7ec0efe5c2 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud b33a443088 [tx-robot] updated from transifex 12 years ago
Thomas Mueller 127a5a3ecd l10n support for user_webdavauth 12 years ago
Jenkins for ownCloud cb57a20ec2 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud c8f24fa3c9 [tx-robot] updated from transifex 12 years ago
Robin Appelman 37fe9800b6 add actions to newly created files and folders 12 years ago
Robin Appelman 42935c5564 reuse jquery object when adding files to the file list 12 years ago
Robin Appelman e14054610f Revert "fix blocking drag & drop upload of folders" 12 years ago
Björn Schießle 168a2c7b6b get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name. 12 years ago
Björn Schießle 12983cf0b0 urlencode file/dir to allow special characters in filename/path (issue #95) 12 years ago
Jenkins for ownCloud 3e01fe1dbb [tx-robot] updated from transifex 12 years ago
Arthur Schiwon 6339e71bdc LDAP: fix typo in config value handling. 12 years ago
Alessandro Cosentino 50dbb30eb9 Moved relative_modified_date from file/js to core/js 12 years ago
Jenkins for ownCloud 4d052c1eee [tx-robot] updated from transifex 12 years ago
Arthur Schiwon 8b3ae4309b Fix mkdir and opendir warnings when path does not exist 12 years ago
Arthur Schiwon 85d6a08ae9 prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups 12 years ago
Georg Ehrke bb0164c9fc fix file delete in opera - fixes #188 12 years ago
Lorenzo M. Catucci ca24f4767b Return an empty array on succesful existence check 12 years ago
Robin Appelman 972243d564 support string values ('true' and 'false') for configuring the secure parameter on external storage backends 12 years ago
Lorenzo M. Catucci 510191db68 Return true or false from readAttribute if $attr is empty 12 years ago