summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #203 from owncloud/wording-url-linkLukas Reschke2012-11-011-1/+1
|\ | | | | Files: change wording 'From url' to 'From link'
| * Files: change wording 'From url' to 'From link'Jan-Christoph Borchardt2012-11-011-1/+1
|/
* fix archive tar include pathRobin Appelman2012-11-011-1/+1
|
* adapted comments to the code changesBjörn Schießle2012-11-012-2/+2
|
* load logging apps for webdav connectionsBjörn Schießle2012-11-012-2/+3
| | | | Backport of de1b95c
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-0119-77/+92
|
* Merge pull request #112 from libasys/Fix-strange-Isue-IE8Thomas Tanghus2012-10-311-17/+21
|\ | | | | Use $.each() instead of for(var...) in oc.dialogs. Fixes accessing undefined vars in IE8.
| * UPDATE oc-dialogs.js and Fix some small Bugs Added in the description of ↵libasys2012-10-311-4/+4
| | | | | | | | form a select ecample
| * Fix for problems using for() function instead of $.each for arrays with IE8libasys2012-10-261-15/+19
| |
* | Merge pull request #155 from owncloud/token-expired-IEJörn Friedrich Dreyer2012-10-311-0/+2
|\ \ | | | | | | Send the requesttoken as form value
| * | Change IE8 to "older IE versions"Lukas Reschke2012-10-301-1/+1
| | | | | | | | | | | | I'm not sure if IE9 is also affected, so I changed it to "older IE versions" - IE 10 should work fine.
| * | Send the requesttoken as form valueLukas Reschke2012-10-301-0/+2
| | | | | | | | | | | | | | | | | | | | | This is needed for IE < 8 because it doesn't send the CSRF token here. So that it is impossible to upload files. Fixes #110 and related to #122
* | | Merge pull request #152 from scambra/webdav-quotaThomas Müller2012-10-312-0/+60
|\ \ \ | | | | | | | | checking quota in webdav
| * | | code style changesscambra2012-10-301-4/+6
| | | |
| * | | fix checking quota in webdav, adding a sabredav pluginscambra2012-10-302-0/+58
| | | |
* | | | fixing Test_TemplateFunctionsThomas Mueller2012-10-311-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-3137-303/+420
| | | |
* | | | Merge pull request #146 from Raydiation/masterThomas Müller2012-10-301-0/+71
|\ \ \ \ | | | | | | | | | | Tests for p and print_unescaped added
| * | | | fixed copy paste error. 4th test will now test print_unescaped instead of pBernhard Posselt2012-10-301-2/+2
| | | | |
| * | | | splitted two tests with two assertions each into four tests with one assertionBernhard Posselt2012-10-301-4/+8
| | | | |
| * | | | assert in proper orderBernhard Posselt2012-10-291-4/+4
| | | | |
| * | | | added tests for p and print_unescapedBernhard Posselt2012-10-291-0/+67
| | | | |
* | | | | Merge pull request #153 from butonic/masterLukas Reschke2012-10-301-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | | check for database error in userExists
| * | | | check for database error in userExistsJörn Friedrich Dreyer2012-10-301-1/+4
|/ / / /
* | | | Merge pull request #147 from owncloud/htaccess-upgrade-checkSam Tuke2012-10-291-0/+10
|\ \ \ \ | | | | | | | | | | Generate .htaccess when upgrading from old versions
| * | | | Don't use OC_Setup as it will show up the installerLukas Reschke2012-10-291-1/+5
| | | | |
| * | | | Generate .htaccess when upgrading from old versionsLukas Reschke2012-10-291-0/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | When upgrading from old ownCloud versions like 2.x the .htaccess is not generated - which exposes the data to the internet. This fix will generate a .htaccess when upgrading. (And no one exists) Fixes #127
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-3029-88/+114
| | | |
* | | | Merge pull request #136 from scambra/users-fixesBart Visscher2012-10-291-2/+2
|\ \ \ \ | |_|/ / |/| | | fix settings' routes
| * | | fix settings routesscambra2012-10-291-2/+2
| | | |
* | | | Merge pull request #133 from fmms/checkstyle02Lukas Reschke2012-10-297-102/+102
|\ \ \ \ | | | | | | | | | | NoSpaceAfterComma -- checkstyle cleanup
| * | | | NoSpaceAfterCommaFelix Moeller2012-10-287-102/+102
| | | | |
* | | | | Merge pull request #142 from denis-b/patch-2blizzz2012-10-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | fix moving (in) dirs containing "+"
| * | | | | Update apps/files/ajax/move.phpdenis-b2012-10-291-1/+1
| | |_|/ / | |/| | | | | | | | fix moving dirs containing "+"
* | | | | Merge pull request #141 from denis-b/patch-1blizzz2012-10-291-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | fix dirnames containing "+" not displayed
| * | | | Update apps/files/index.phpdenis-b2012-10-291-1/+1
|/ / / / | | | | | | | | fix dirnames containing "+" not displayed
* | | | Generate only one CSRF tokenLukas Reschke2012-10-291-31/+19
| | | |
* | | | Fix a typoLukas Reschke2012-10-291-1/+1
| | | |
* | | | Use files remote webdav in compatibility files/webdav.phpBart Visscher2012-10-292-22/+5
| | | |
* | | | Move loading setting routing to OC_RouterBart Visscher2012-10-292-3/+3
| | | |
* | | | Change search to use routingBart Visscher2012-10-293-6/+7
| | | |
* | | | Move and fix app setting navigation detectBart Visscher2012-10-293-6/+4
| | | |
* | | | Remove fixme, problem is solved alreadyBart Visscher2012-10-291-4/+1
| | | |
* | | | Remove subnavigation key, not usedBart Visscher2012-10-291-3/+0
| | | |
* | | | Add ETag caching for Javascript routesBart Visscher2012-10-291-11/+36
| | | |
* | | | Move generating cache key from files from OC_Minimizer to OC_CacheBart Visscher2012-10-292-6/+12
| |/ / |/| |
* | | Fix MySQL install, bug fix for issue 132Michael Gapczynski2012-10-281-2/+2
| | |
* | | Check if error_report() is equal to 0, so suppressed errors aren't logged ↵Michael Gapczynski2012-10-281-0/+3
| | | | | | | | | | | | e.g. the htaccesstext.txt fopen failing
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2992-3182/+3240
|/ /
* | Try to fix shared status icons againMichael Gapczynski2012-10-281-10/+5
| |