Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | |||||
* | | adapted comments to the code changes | Björn Schießle | 2012-11-01 | 2 | -2/+2 |
| | | |||||
* | | load logging apps for webdav connections | Björn Schießle | 2012-11-01 | 2 | -2/+3 |
| | | | | | | | | Backport of de1b95c | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-01 | 19 | -77/+92 |
| | | |||||
* | | Merge pull request #112 from libasys/Fix-strange-Isue-IE8 | Thomas Tanghus | 2012-10-31 | 1 | -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 ↵ | libasys | 2012-10-31 | 1 | -4/+4 |
| | | | | | | | | | | | | form a select ecample | ||||
| * | | Fix for problems using for() function instead of $.each for arrays with IE8 | libasys | 2012-10-26 | 1 | -15/+19 |
| | | | |||||
* | | | Merge pull request #155 from owncloud/token-expired-IE | Jörn Friedrich Dreyer | 2012-10-31 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Send the requesttoken as form value | ||||
| * | | | Change IE8 to "older IE versions" | Lukas Reschke | 2012-10-30 | 1 | -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 value | Lukas Reschke | 2012-10-30 | 1 | -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-quota | Thomas Müller | 2012-10-31 | 2 | -0/+60 |
|\ \ \ | | | | | | | | | 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 | 2 | -0/+58 |
| | | | | |||||
* | | | | fixing Test_TemplateFunctions | Thomas Mueller | 2012-10-31 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-31 | 37 | -303/+420 |
| | | | | |||||
* | | | | Merge pull request #146 from Raydiation/master | Thomas Müller | 2012-10-30 | 1 | -0/+71 |
|\ \ \ \ | | | | | | | | | | | Tests for p and print_unescaped added | ||||
| * | | | | fixed copy paste error. 4th test will now test print_unescaped instead of p | Bernhard Posselt | 2012-10-30 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | splitted two tests with two assertions each into four tests with one assertion | Bernhard Posselt | 2012-10-30 | 1 | -4/+8 |
| | | | | | |||||
| * | | | | assert in proper order | Bernhard Posselt | 2012-10-29 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | added tests for p and print_unescaped | Bernhard Posselt | 2012-10-29 | 1 | -0/+67 |
| | | | | | |||||
* | | | | | Merge pull request #153 from butonic/master | Lukas Reschke | 2012-10-30 | 1 | -1/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | check for database error in userExists | ||||
| * | | | | 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 |