Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-30 | 29 | -88/+114 |
| | |||||
* | Merge pull request #136 from scambra/users-fixes | Bart Visscher | 2012-10-29 | 1 | -2/+2 |
|\ | | | | | fix settings' routes | ||||
| * | fix settings routes | scambra | 2012-10-29 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #133 from fmms/checkstyle02 | Lukas Reschke | 2012-10-29 | 7 | -102/+102 |
|\ \ | | | | | | | NoSpaceAfterComma -- checkstyle cleanup | ||||
| * | | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 7 | -102/+102 |
| | | | |||||
* | | | 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 "+" | ||||
* | | | | Merge pull request #141 from denis-b/patch-1 | blizzz | 2012-10-29 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | fix dirnames containing "+" not displayed | ||||
| * | | | Update apps/files/index.php | denis-b | 2012-10-29 | 1 | -1/+1 |
|/ / / | | | | | | | fix dirnames containing "+" not displayed | ||||
* | | | Generate only one CSRF token | Lukas Reschke | 2012-10-29 | 1 | -31/+19 |
| | | | |||||
* | | | Fix a typo | Lukas Reschke | 2012-10-29 | 1 | -1/+1 |
| | | | |||||
* | | | Use files remote webdav in compatibility files/webdav.php | Bart Visscher | 2012-10-29 | 2 | -22/+5 |
| | | | |||||
* | | | Move loading setting routing to OC_Router | Bart Visscher | 2012-10-29 | 2 | -3/+3 |
| | | | |||||
* | | | Change search to use routing | Bart Visscher | 2012-10-29 | 3 | -6/+7 |
| | | | |||||
* | | | Move and fix app setting navigation detect | Bart Visscher | 2012-10-29 | 3 | -6/+4 |
| | | | |||||
* | | | Remove fixme, problem is solved already | Bart Visscher | 2012-10-29 | 1 | -4/+1 |
| | | | |||||
* | | | 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 | 92 | -3182/+3240 |
|/ | |||||
* | Try to fix shared status icons again | Michael Gapczynski | 2012-10-28 | 1 | -10/+5 |
| | |||||
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 3 | -38/+38 |
| | |||||
* | Merge pull request #129 from fmms/checkstyle01 | Lukas Reschke | 2012-10-28 | 4 | -100/+100 |
|\ | | | | | Checkstyle | ||||
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 2 | -59/+59 |
| | | |||||
| * | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 2 | -41/+41 |
|/ | | | | first in new branch | ||||
* | disble breaking test cases for now | Thomas Müller | 2012-10-28 | 1 | -4/+4 |
| | |||||
* | properly replace fileaction icons with pngs when needed | Robin Appelman | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | fix running app tests | Robin Appelman | 2012-10-28 | 1 | -2/+0 |
| | |||||
* | add svg mimetype to default htaccess | Robin Appelman | 2012-10-28 | 2 | -0/+8 |
| | |||||
* | 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) | ||||
* | check if RUNTIME_NOAPPS is set before using it | Arthur Schiwon | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | added some visual feedback is password was set | Björn Schießle | 2012-10-28 | 1 | -0/+1 |
| | |||||
* | set password if user leaves password field (issue #57) | Björn Schießle | 2012-10-28 | 1 | -9/+7 |
| | |||||
* | deny the usage of dots in database name | Georg Ehrke | 2012-10-28 | 2 | -1/+4 |
| | |||||
* | make sure all filesystem apps are loaded when setupFS is proceeded, to make ↵ | Arthur Schiwon | 2012-10-28 | 1 | -0/+5 |
| | | | | sure the emmited setup-hook is received. Fixes #89 | ||||
* | remove whitespaces, no code change | Arthur Schiwon | 2012-10-28 | 1 | -4/+4 |
| | |||||
* | added functions for printing escaped and unescaped values | Bernhard Posselt | 2012-10-28 | 1 | -0/+16 |
| | |||||
* | use css to show/hide fileactions | Robin Appelman | 2012-10-28 | 3 | -31/+14 |
| | |||||
* | code style | Robin Appelman | 2012-10-28 | 1 | -93/+101 |
| | |||||
* | add 3rdparty folder to gitignore | Jan-Christoph Borchardt | 2012-10-28 | 1 | -0/+1 |
| | |||||
* | remove 3rdparty files | Georg Ehrke | 2012-10-28 | 639 | -200511/+0 |
| | |||||
* | ->l expects two parameters | Lukas Reschke | 2012-10-28 | 2 | -3/+4 |
| | |||||
* | Revert "Fix a typo" | Lukas Reschke | 2012-10-28 | 2 | -2/+2 |
| | | | | This reverts commit a306e4b8a02cb03d5c6f29aa602e75d075e2877f. | ||||
* | Fix a typo | Lukas Reschke | 2012-10-28 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-28 | 132 | -2131/+2026 |
| | |||||
* | Load all apps in core share ajax file for apps to register their share backends | Michael Gapczynski | 2012-10-27 | 1 | -0/+1 |
| | |||||
* | don't enable user_external | Thomas Müller | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | LDAP: usersInGroup now also does LDAP serverside search. | Arthur Schiwon | 2012-10-27 | 1 | -30/+41 |
| |