Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-06 | 2 | -0/+2 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 10 | -14/+14 |
| | |||||
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 3 | -3/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-04 | 6 | -1/+19 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-03 | 35 | -0/+116 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 3 | -3/+3 |
| | |||||
* | 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 | 49 | -49/+0 |
| | |||||
* | Files: change wording 'From url' to 'From link' | Jan-Christoph Borchardt | 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 | ||||
* | 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 | 1 | -0/+1 |
|\ \ | | | | | | | checking quota in webdav | ||||
| * | | fix checking quota in webdav, adding a sabredav plugin | scambra | 2012-10-30 | 1 | -0/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-31 | 2 | -1/+20 |
|/ / | |||||
* | | Merge pull request #142 from denis-b/patch-2 | blizzz | 2012-10-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | fix moving (in) dirs containing "+" | ||||
| * | | Update apps/files/ajax/move.php | denis-b | 2012-10-29 | 1 | -1/+1 |
| |/ | | | | | fix moving dirs containing "+" | ||||
* / | Update apps/files/index.php | denis-b | 2012-10-29 | 1 | -1/+1 |
|/ | | | fix dirnames containing "+" not displayed | ||||
* | Use files remote webdav in compatibility files/webdav.php | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
| | |||||
* | Remove fixme, problem is solved already | Bart Visscher | 2012-10-29 | 1 | -4/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-29 | 3 | -14/+28 |
| | |||||
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | properly replace fileaction icons with pngs when needed | Robin Appelman | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | don't move file into subdirectory if a file with the same name already ↵ | Georg Ehrke | 2012-10-28 | 1 | -0/+5 |
| | | | | exists (fixes #92) | ||||
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 2 | -28/+10 |
| | |||||
* | code style | Robin Appelman | 2012-10-28 | 1 | -93/+101 |
| | |||||
* | Remove wrongly committed files | Bart Visscher | 2012-10-27 | 2 | -180/+0 |
| | |||||
* | Merge remote-tracking branch 'git://github.com/susinths/SabreDAV_1.7.1.git' | Bart Visscher | 2012-10-27 | 2 | -0/+180 |
|\ | | | | | | | | | Conflicts: lib/base.php | ||||
| * | Update Sabre to version 1.7.1 | Susinthiran Sithamparanathan | 2012-10-17 | 2 | -0/+180 |
| | | |||||
* | | Fix download url generation | Bart Visscher | 2012-10-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 4 | -4/+16 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: core/lostpassword/index.php core/lostpassword/resetpassword.php | ||||
| * \ | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 32 | -74/+503 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | | | Implement route for download in OC_Search_Provider_File | Bart Visscher | 2012-09-28 | 1 | -0/+12 |
| | | | | |||||
| * | | | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 60 | -158/+613 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js core/js/js.js lib/ocs.php | ||||
| * \ \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-07 | 47 | -171/+384 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js lib/base.php lib/helper.php lib/ocs.php | ||||
| * \ \ \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-08-30 | 56 | -198/+118 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/js/contacts.js apps/contacts/lib/search.php apps/files_archive/js/archive.js apps/gallery/lib/tiles.php apps/gallery/templates/index.php lib/ocs.php | ||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'gitorious/master' into routing | Bart Visscher | 2012-08-29 | 51 | -108/+356 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/fileactions.js apps/files_archive/js/archive.js | ||||
| * | | | | | | | | Fix linkTo calls for new routing | Bart Visscher | 2012-08-15 | 3 | -4/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-27 | 3 | -7/+35 |
| | | | | | | | | | |||||
* | | | | | | | | | separate buttons for new file and upload | Jan-Christoph Borchardt | 2012-10-26 | 1 | -6/+5 |
| | | | | | | | | | |||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-26 | 3 | -7/+22 |
| | | | | | | | | | |||||
* | | | | | | | | | dir in newfile has to start with / | Bart Visscher | 2012-10-25 | 1 | -1/+1 |
| | | | | | | | | |