Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migration: Allow for no app data cases; handle file copying better | Tom Needham | 2012-11-08 | 1 | -7/+5 |
| | |||||
* | Migration: On import of user accounts only import folders in home dir, use ↵ | Tom Needham | 2012-11-08 | 2 | -35/+13 |
| | | | | | | | | | | OC_Helper::copyr Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing. | ||||
* | normalize filepaths in OC_Files::getFileInfo | Robin Appelman | 2012-11-07 | 1 | -0/+1 |
| | |||||
* | check if $path is a empty string | Björn Schießle | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #307 from owncloud/etag-function-overwrite | icewind1991 | 2012-11-07 | 1 | -2/+14 |
|\ | | | | | Allow apps to change the way etags are generated | ||||
| * | Allow changing the way etags are generated | Robin Appelman | 2012-11-07 | 1 | -2/+14 |
| | | |||||
* | | backport from approved patch in stable45: | Björn Schießle | 2012-11-07 | 1 | -4/+1 |
| | | | | | | | | make root the default parameter for getAbsolutePath() | ||||
* | | Fix quoting problem in fs mount. give Big DB error at least in PG | Brice Maron | 2012-11-07 | 1 | -4/+4 |
|/ | |||||
* | fix user specific mount configuration | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
| | |||||
* | Return empty array if file does not exist inside Shared folder, fixes issue #91 | Michael Gapczynski | 2012-11-05 | 1 | -7/+10 |
| | |||||
* | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 6 | -14/+14 |
| | |||||
* | Style: Different line endings in one file are bad for sure | Felix Moeller | 2012-11-04 | 1 | -42/+42 |
| | | | | | I think Checkstyle did not find this occurence, however consistant line endings are preferred. @DeepDiver can Checkstyle find this? | ||||
* | Checkstyle: Fix last six NewlineBeforeOpenBrace | Felix Moeller | 2012-11-04 | 3 | -8/+4 |
| | |||||
* | Checkstyle: fix the last NoSpaceAfterEquals | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 10 | -20/+20 |
| | |||||
* | Checkstyle: Fix the last two SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #238 from fmms/checkstyle04 | Thomas Müller | 2012-11-04 | 46 | -146/+146 |
|\ | | | | | Checkstyle fixes | ||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 41 | -118/+118 |
| | | |||||
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 14 | -28/+28 |
| | | |||||
* | | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession | Lukas Reschke | 2012-11-04 | 3 | -27/+6 |
|\ \ | |/ |/| | Just one CSRF token per session | ||||
| * | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 3 | -27/+6 |
| | | | | | | | | | | | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-04 | 1 | -0/+1 |
| | | |||||
* | | check for filename blacklist in OC_Filesystem::isValidPath | Robin Appelman | 2012-11-03 | 1 | -5/+10 |
| | | |||||
* | | Merge pull request #220 from fmms/checkstyle02 | Lukas Reschke | 2012-11-02 | 51 | -196/+196 |
|\ \ | | | | | | | Checkstyle: many fixes | ||||
| * | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 51 | -196/+196 |
| | | | |||||
* | | | fix OC_Filesystem::isValidPath when using \ instead of / in paths | Robin Appelman | 2012-11-02 | 1 | -0/+1 |
|/ / | |||||
* | | fix archive tar include path | Robin Appelman | 2012-11-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #152 from scambra/webdav-quota | Thomas Müller | 2012-10-31 | 1 | -0/+59 |
|\ \ | | | | | | | checking quota in webdav | ||||
| * | | code style changes | scambra | 2012-10-30 | 1 | -4/+6 |
| | | | |||||
| * | | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-10-30 | 1 | -0/+57 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-31 | 2 | -0/+2 |
| | | | |||||
* | | | check for database error in userExists | Jörn Friedrich Dreyer | 2012-10-30 | 1 | -1/+4 |
|/ / | |||||
* | | Merge pull request #147 from owncloud/htaccess-upgrade-check | Sam Tuke | 2012-10-29 | 1 | -0/+10 |
|\ \ | | | | | | | Generate .htaccess when upgrading from old versions | ||||
| * | | Don't use OC_Setup as it will show up the installer | Lukas Reschke | 2012-10-29 | 1 | -1/+5 |
| | | | |||||
| * | | Generate .htaccess when upgrading from old versions | Lukas Reschke | 2012-10-29 | 1 | -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 transifex | Jenkins for ownCloud | 2012-10-30 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #133 from fmms/checkstyle02 | Lukas Reschke | 2012-10-29 | 4 | -52/+52 |
|\ \ | |/ |/| | NoSpaceAfterComma -- checkstyle cleanup | ||||
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 4 | -52/+52 |
| | | |||||
* | | Generate only one CSRF token | Lukas Reschke | 2012-10-29 | 1 | -31/+19 |
| | | |||||
* | | Fix a typo | Lukas Reschke | 2012-10-29 | 1 | -1/+1 |
| | | |||||
* | | Move loading setting routing to OC_Router | Bart Visscher | 2012-10-29 | 1 | -1/+3 |
| | | |||||
* | | Remove subnavigation key, not used | Bart Visscher | 2012-10-29 | 1 | -3/+0 |
| | | |||||
* | | Add ETag caching for Javascript routes | Bart Visscher | 2012-10-29 | 1 | -11/+36 |
| | | |||||
* | | Move generating cache key from files from OC_Minimizer to OC_Cache | Bart Visscher | 2012-10-29 | 2 | -6/+12 |
| | | |||||
* | | Fix MySQL install, bug fix for issue 132 | Michael Gapczynski | 2012-10-28 | 1 | -2/+2 |
| | | |||||
* | | Check if error_report() is equal to 0, so suppressed errors aren't logged ↵ | Michael Gapczynski | 2012-10-28 | 1 | -0/+3 |
| | | | | | | | | e.g. the htaccesstext.txt fopen failing | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-29 | 4 | -2/+4 |
|/ | |||||
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 2 | -59/+59 |
| | |||||
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 2 | -41/+41 |
| | | | | first in new branch | ||||
* | add svg mimetype to default htaccess | Robin Appelman | 2012-10-28 | 1 | -0/+4 |
| |