Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-06 | 24 | -55/+1666 |
| | |||||
* | Merge pull request #267 from owncloud/improve_files_update | Thomas Müller | 2012-11-05 | 1 | -2/+2 |
|\ | | | | | Improve performance of files update (on larger setups) | ||||
| * | prepare SQL query only once, that's what prepared statements are for. Should ↵ | Arthur Schiwon | 2012-11-05 | 1 | -2/+2 |
| | | | | | | | | improve upgrade time with larger setups | ||||
* | | Merge pull request #269 from owncloud/fix_fe_mkdir_warning | Thomas Müller | 2012-11-05 | 1 | -1/+6 |
|\ \ | | | | | | | Fix mkdir and opendir warnings when path does not exist | ||||
| * | | Fix mkdir and opendir warnings when path does not exist | Arthur Schiwon | 2012-11-05 | 1 | -1/+6 |
| |/ | |||||
* | | Merge pull request #268 from owncloud/fixing_template_test | Lukas Reschke | 2012-11-05 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixing failing template unit test | ||||
| * | fixes #266 | Thomas Mueller | 2012-11-05 | 1 | -1/+1 |
|/ | |||||
* | support string values ('true' and 'false') for configuring the secure ↵ | Robin Appelman | 2012-11-05 | 4 | -3/+45 |
| | | | | | | parameter on external storage backends fixes #78 | ||||
* | Merge pull request #245 from owncloud/fileactions | Thomas Müller | 2012-11-05 | 1 | -16/+10 |
|\ | | | | | some more reuse for fileactions | ||||
| * | remove debug statements | Robin Appelman | 2012-11-05 | 1 | -2/+0 |
| | | |||||
| * | this line shouldn't be here | Robin Appelman | 2012-11-04 | 1 | -1/+0 |
| | | |||||
| * | some more code reuse for fileactions | Robin Appelman | 2012-11-04 | 1 | -16/+13 |
| | | | | | | | | also fixes an issue where some fileactions always worked on the last file in the list | ||||
* | | Merge pull request #252 from owncloud/fix_user_webdavauth | Frank Karlitschek | 2012-11-05 | 4 | -10/+13 |
|\ \ | | | | | | | Fix user webdavauth | ||||
| * | | fix the webdavauth app | Frank Karlitschek | 2012-11-05 | 3 | -4/+8 |
| | | | |||||
| * | | fix the webdav user backend. still not completel working but a frist step | Frank Karlitschek | 2012-11-05 | 2 | -6/+5 |
| | | | |||||
* | | | Merge pull request #242 from fmms/checkstyle05 | Thomas Müller | 2012-11-05 | 41 | -638/+632 |
|\ \ \ | | | | | | | | | Checkstyle fixes | ||||
| * | | | Style: The last two spaces | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | | | | |||||
| * | | | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 21 | -58/+58 |
| | | | | |||||
| * | | | 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 the last two InvalidEOLChar | Felix Moeller | 2012-11-04 | 2 | -500/+500 |
| | | | | |||||
| * | | | Checkstyle: Fix last six NewlineBeforeOpenBrace | Felix Moeller | 2012-11-04 | 5 | -12/+6 |
| | | | | |||||
| * | | | Checkstyle: fix the last NoSpaceAfterEquals | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Checkstyle: Fix the last 25 NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 14 | -25/+25 |
| | | | | |||||
| * | | | Checkstyle: Fix the last two SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-05 | 9 | -31/+31 |
| |/ / |/| | | |||||
* | | | add a link to the contribution guidelines to make it easier for new people | Frank Karlitschek | 2012-11-04 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Merge pull request #200 from owncloud/ldap | Lukas Reschke | 2012-11-04 | 1 | -6/+6 |
|\ \ | |/ |/| | LDAP: clear the cache not only when TTL changes, but with every settings... | ||||
| * | merge from master | Arthur Schiwon | 2012-11-04 | 271 | -3597/+3632 |
| |\ | |/ |/| | |||||
* | | Merge pull request #238 from fmms/checkstyle04 | Thomas Müller | 2012-11-04 | 95 | -297/+297 |
|\ \ | | | | | | | Checkstyle fixes | ||||
| * | | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 84 | -251/+251 |
| | | | |||||
| * | | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 23 | -46/+46 |
| | | | |||||
* | | | Merge pull request #178 from owncloud/JustOneCSRFTokenPerSession | Lukas Reschke | 2012-11-04 | 10 | -129/+14 |
|\ \ \ | | | | | | | | | Just one CSRF token per session | ||||
| * | | | Change the requesttoken back to OC.EventSource.requesttoken | Lukas Reschke | 2012-10-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 9 | -128/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Remove uneeded debug output | Lukas Reschke | 2012-11-04 | 1 | -1/+0 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-04 | 29 | -96/+135 |
| | | | |||||
* | | | check for filename blacklist in OC_Filesystem::isValidPath | Robin Appelman | 2012-11-03 | 2 | -5/+11 |
| | | | |||||
* | | | some tests for the file blacklist | Robin Appelman | 2012-11-03 | 1 | -8/+42 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-03 | 104 | -306/+422 |
| | | | |||||
* | | | Merge pull request #220 from fmms/checkstyle02 | Lukas Reschke | 2012-11-02 | 83 | -430/+430 |
|\ \ \ | | | | | | | | | Checkstyle: many fixes | ||||
| * | | | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 83 | -430/+430 |
| | | | | |||||
* | | | | fix inlude path for template test | Robin Appelman | 2012-11-02 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix OC_Filesystem::isValidPath when using \ instead of / in paths | Robin Appelman | 2012-11-02 | 1 | -0/+1 |
|/ / / | |||||
* | | | Fix a typo | Lukas Reschke | 2012-11-02 | 1 | -1/+1 |
| | | | |||||
* | | | Add CSRF token | Lukas Reschke | 2012-11-02 | 2 | -1/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-02 | 124 | -2534/+2488 |
| | | | |||||
* | | | Merge pull request #203 from owncloud/wording-url-link | Lukas Reschke | 2012-11-01 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Files: change wording 'From url' to 'From link' | ||||
| * | | | Files: change wording 'From url' to 'From link' | Jan-Christoph Borchardt | 2012-11-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | fix archive tar include path | Robin Appelman | 2012-11-01 | 1 | -1/+1 |
| | | | |||||
| | * | code style | Arthur Schiwon | 2012-11-02 | 1 | -1/+1 |
| | | |