summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-289-0/+75
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-279-0/+18
|
* Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-261-149/+205
|\ | | | | Feature share link with token
| * readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-143/+197
| |
| * implement share via link tokenJörn Friedrich Dreyer2012-11-201-103/+105
| |
* | use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
| |
* | all but the first parameter are introduced by &Arthur Schiwon2012-11-261-1/+1
| |
* | make sure path starts with /Arthur Schiwon2012-11-261-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-269-1/+54
| |
* | make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-257-0/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2453-51/+24
| |
* | Merge pull request #479 from owncloud/fix_438Thomas Müller2012-11-233-6/+7
|\ \ | | | | | | Do the url encoding once, only in breadcrumbs template
| * | Do the url encoding once, only in breadcrumbs templateBart Visscher2012-11-163-6/+7
| | | | | | | | | | | | fixes issue #438
* | | Merge pull request #480 from owncloud/fix_435_and_437Thomas Müller2012-11-232-3/+16
|\ \ \ | | | | | | | | Also reject names with \ in the name
| * | | introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-222-11/+19
| | | |
| * | | some more invalid characters have been addedThomas Mueller2012-11-221-6/+11
| | | |
| * | | Also reject names with \ in the nameBart Visscher2012-11-221-2/+2
| | |/ | |/| | | | | | | fixes issues #435 and #437
* | | Merge pull request #418 from libasys/Fix-IE8-fileactions-bindingThomas Müller2012-11-231-11/+20
|\ \ \ | | | | | | | | Fixes two issues if you using IE8. IE8 has problems with .bind actions a...
| * | | Fixes two issues if you using IE8. IE8 has problems with .bind actions and ↵libasys2012-11-141-11/+20
| | | | | | | | | | | | | | | | 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.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-234-1/+14
| | | |
* | | | Merge pull request #506 from owncloud/fix_505Thomas Müller2012-11-221-0/+8
|\ \ \ \ | | | | | | | | | | refs #505 - defining publicListView based on template parameter
| * | | | refs #505 - defining publicListView based on template parameterThomas Mueller2012-11-181-0/+8
| | | | |
* | | | | Merge pull request #482 from eMerzh/fix_prevent_shared_folderblizzz2012-11-221-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Show error message to prevent adding a shared folder in the root dir fix...
| * | | | | Show error message to prevent adding a shared folder in the root dir fix #468Brice Maron2012-11-161-0/+4
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-222-1/+39
| | | | |
* | | | | port 95cee0e from stable45Arthur Schiwon2012-11-211-1/+14
| | | | |
* | | | | port dd694b5 from stable45Arthur Schiwon2012-11-211-11/+6
| | | | |
* | | | | LDAP: Make update script escape all known DNs. Requires version bump.Arthur Schiwon2012-11-212-6/+33
| | | | |
* | | | | LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-211-0/+13
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2117-25/+166
| | | | |
* | | | | interpret http 403 and http 401 as not authorizedFrank Karlitschek2012-11-201-1/+1
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2010-10/+97
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-184-0/+13
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-171-1/+1
| | |
* | | adding comments on the form array indexesThomas Mueller2012-11-161-0/+3
| | |
* | | normalize the path once in upload.php is enough - THX Robin for this hintThomas Mueller2012-11-161-6/+2
| | |
* | | refs #461 - drag'n'drop upload to a sub folder is working nowThomas Mueller2012-11-163-4/+21
|/ /
* | port of approved pull request #442 - 'Always set renaming to false, also if ↵Björn Schießle2012-11-151-1/+1
| | | | | | | | renaming was aborted, to finalize the operation and show the file actions again.'
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-152-0/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-1456-3/+63
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-137-0/+26
|
* Merge pull request #319 from owncloud/fileactions_newfileicewind19912012-11-121-6/+10
|\ | | | | Add fileactions to new files and folders
| * add actions to newly created files and foldersRobin Appelman2012-11-071-0/+2
| | | | | | | | closes #231
| * reuse jquery object when adding files to the file listRobin Appelman2012-11-071-6/+8
| |
* | LDAP: cherrypick objectGUID handling from stable45, was part of PR 344Arthur Schiwon2012-11-121-1/+35
| |
* | add i18n for cancel buttonJörn Friedrich Dreyer2012-11-121-2/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-122-0/+33
| |
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-117-17/+17
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-111-0/+3
| |