summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-24126-2403/+2519
|
* Merge pull request #561 from owncloud/cssfixFrank Karlitschek2012-11-231-2/+2
|\ | | | | even error messages have the right to look a bit pretty
| * even error messages have the right to look a bit prettyFrank Karlitschek2012-11-231-2/+2
|/
* 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-2387-1159/+1434
| | | |
* | | | Merge pull request #554 from owncloud/reverse_proxyThomas Müller2012-11-223-1/+13
|\ \ \ \ | | | | | | | | | | better reverse proxy support
| * | | | make it possible to manually override the hostname and protocol if the ↵Frank Karlitschek2012-11-223-1/+13
|/ / / / | | | | | | | | | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups.
* | | | 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
| | |_|_|/ | |/| | |
* | | | | Merge pull request #483 from owncloud/archive_sizesThomas Müller2012-11-222-7/+20
|\ \ \ \ \ | | | | | | | | | | | | stop increasing folder sizes once we hit a non folder
| * | | | | stop increasing folder sizes once we hit a non folderRobin Appelman2012-11-161-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | fixes #234
| * | | | | also return fileid in OC_Filecache::getRobin Appelman2012-11-161-2/+2
| | | | | |
| * | | | | typoRobin Appelman2012-11-161-3/+3
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2228-228/+370
| | | | | |
* | | | | | 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
| | | | | |
* | | | | | Merge pull request #538 from Deltachaos/fix_537Thomas Müller2012-11-201-5/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixes update of shared files with mirall because it dose not update all ...
| * | | | | | Fixes update of shared files with mirall because it dose not update all ↵Maximilian Ruta2012-11-201-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | methadata for a file
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2160-448/+628
|/ / / / / /
* | | | | | Merge pull request #524 from owncloud/fix_user_webdavauthThomas Müller2012-11-201-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | interpret http 403 and http 401 as not authorized
| * | | | | interpret http 403 and http 401 as not authorizedFrank Karlitschek2012-11-201-1/+1
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2050-564/+799
| | | | |
* | | | | Fix typo in getUrlContent fix #514Brice Maron2012-11-191-1/+1
| | | | |
* | | | | Merge pull request #383 from owncloud/contacts_apiThomas Müller2012-11-191-0/+103
|\ \ \ \ \ | | | | | | | | | | | | Proposal for a public contacts api
| * | | | | function isEnabled() addedThomas Mueller2012-11-131-3/+13
| | | | | |
| * | | | | public contacts api as discussed here ↵Thomas Mueller2012-11-121-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/apps/issues/113
* | | | | | Merge pull request #280 from butonic/feature_bmp_supportFrank Karlitschek2012-11-192-24/+301
|\ \ \ \ \ \ | | | | | | | | | | | | | | add bmp support
| * | | | | | add php-doc for ellipsisJörn Friedrich Dreyer2012-11-121-2/+8
| | | | | | |
| * | | | | | move code to better placesJörn Friedrich Dreyer2012-11-122-141/+146
| | | | | | |
| * | | | | | add php-docJörn Friedrich Dreyer2012-11-121-6/+23
| | | | | | |
| * | | | | | add bmp supportJörn Friedrich Dreyer2012-11-121-3/+252
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-1926-91/+1729
| | | | | | |
* | | | | | | Merge pull request #114 from riso/xsendfileThomas Müller2012-11-183-4/+67
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Implement X-Sendfile support
| * | | | | | Fixed style according to owncloud styleguideValerio Ponte2012-11-142-21/+32
| | | | | | |
| * | | | | | Moved X-Sendfile headers into OC_Files::getValerio Ponte2012-11-144-34/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now should work with temp files too
| * | | | | | Implemented X-Sendfile supportValerio Ponte2012-11-141-0/+14
| | | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-1834-288/+400
| | | | | | |
* | | | | | | Merge pull request #420 from libasys/bugfix-shareThomas Müller2012-11-171-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | If you using the sharing by link the array monthNames don't exist and ca...
| * | | | | | | If you using the sharing by link the array monthNames don't exist and causes ↵libasys2012-11-141-1/+3
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | errors in all browsers! so we check if the type of the variable isn't undefined!