Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | send ca cert path to sabredav client | Bjoern Schiessle | 2012-07-05 | 2 | -0/+12 |
| | |||||
* | Correct db default value. | Thomas Tanghus | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | Add missing CSRF check. | Thomas Tanghus | 2012-07-05 | 2 | -1/+2 |
| | |||||
* | Missing update script. | Thomas Tanghus | 2012-07-04 | 1 | -0/+25 |
| | |||||
* | Remove ugly activation hack. | Thomas Tanghus | 2012-07-04 | 4 | -108/+78 |
| | |||||
* | More helpfull debug msg for redirectToDefaultPage | Bart Visscher | 2012-07-04 | 1 | -4/+5 |
| | |||||
* | Remove referer check, this is unreliable. The header doesnt need te exist, ↵ | Bart Visscher | 2012-07-04 | 1 | -15/+0 |
| | | | | or can be wrong | ||||
* | Simplified remote.php file loading | Bart Visscher | 2012-07-04 | 1 | -23/+13 |
| | |||||
* | certificate should be only visible for users | Bjoern Schiessle | 2012-07-04 | 1 | -0/+2 |
| | |||||
* | allow users to upload ssl root certificates for the webdav client | Bjoern Schiessle | 2012-07-04 | 6 | -6/+66 |
| | |||||
* | Query contacts in batches of 20. Possible fix for oc-1126. | Thomas Tanghus | 2012-07-04 | 1 | -3/+7 |
| | |||||
* | Added undo functionality to delete user procedure on user settings page | Sam Tuke | 2012-07-04 | 2 | -9/+89 |
| | |||||
* | Moved action buttons down to the add field menu. Fixes oc-1155. | Thomas Tanghus | 2012-07-04 | 2 | -19/+19 |
| | |||||
* | Correct Postgresql connection with space in password. Work around php bug | Brice Maron | 2012-07-04 | 1 | -0/+8 |
| | |||||
* | Add slash to app url if not set fix oc-1169 | Brice Maron | 2012-07-03 | 1 | -0/+2 |
| | |||||
* | replace some direct links with OC.imagePath | Georg Ehrke | 2012-07-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-07-03 | 4 | -14/+23 |
|\ | | | | | | | | | Conflicts: apps/files_versions/lib/versions.php | ||||
| * | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 3 | -4/+13 |
| | | |||||
| * | wrong var name fixed | Bjoern Schiessle | 2012-07-03 | 1 | -2/+2 |
| | | |||||
* | | Moved hooks and versions.php into new lib directory | Sam Tuke | 2012-07-03 | 6 | -338/+381 |
|/ | | | | | Part-ported filesystem operations to OC_FilesystemView Refactored Storage class to depend on an OC_FsV object and have fewer static classes | ||||
* | fix encoding fail in calendar app - bugfix for oc-1194 | Georg Ehrke | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | Escape pg connection string on setup | Brice Maron | 2012-07-03 | 1 | -3/+13 |
| | |||||
* | Text editor: Always use UTF-8 to keep Ace happy. | Tom Needham | 2012-07-02 | 2 | -0/+2 |
| | |||||
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 5 | -18/+36 |
| | |||||
* | provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵ | Arthur Schiwon | 2012-07-02 | 2 | -18/+126 |
| | | | | and mb_array_change_key_case for handling with UTF 8 | ||||
* | webdav client crashes for secure connections if he doesn't have the right ↵ | Bjoern Schiessle | 2012-07-02 | 2 | -0/+3 |
| | | | | root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log | ||||
* | LDAP: reset resource on failed bind | Arthur Schiwon | 2012-07-02 | 1 | -4/+4 |
| | | | | check for resource | ||||
* | Remove forced download | Lukas Reschke | 2012-07-02 | 1 | -2/+0 |
| | |||||
* | Merge branch 'master' of gitorious.org:owncloud/owncloud | Lukas Reschke | 2012-07-02 | 2 | -2/+2 |
|\ | |||||
| * | fix a small PHP fail | Georg Ehrke | 2012-07-01 | 1 | -1/+1 |
| | | |||||
| * | Don't reload the page after sending private link to email address | Michael Gapczynski | 2012-07-01 | 1 | -1/+2 |
| | | |||||
| * | Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵ | Michael Gapczynski | 2012-07-01 | 1 | -1/+0 |
| | | | | | | | | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59. | ||||
* | | Don't display error messages | Lukas Reschke | 2012-07-02 | 1 | -2/+2 |
| | | |||||
* | | fix a small PHP fail | Georg Ehrke | 2012-07-02 | 1 | -1/+1 |
|/ | |||||
* | Disable mimesniffing | Lukas Reschke | 2012-07-01 | 1 | -2/+4 |
| | |||||
* | Fixed app path | Tom Needham | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Return correct json response, fix syntax | Tom Needham | 2012-06-30 | 1 | -15/+4 |
| | |||||
* | Updates contacts migration provider | Tom Needham | 2012-06-30 | 1 | -4/+6 |
| | |||||
* | fix documentation style | Georg Ehrke | 2012-06-30 | 6 | -101/+186 |
| | |||||
* | fixed linkTo() | Florian Hülsmann | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | fix some doc | Georg Ehrke | 2012-06-30 | 1 | -42/+42 |
| | |||||
* | some improvements for calendar export | Georg Ehrke | 2012-06-30 | 1 | -2/+3 |
| | |||||
* | Contacts: align the bottom control buttons | Tom Needham | 2012-06-30 | 1 | -0/+1 |
| | |||||
* | Contacts: fix add contact icon path | Tom Needham | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | fix merge conflicts | Georg Ehrke | 2012-06-30 | 30 | -88/+220 |
|\ | |||||
| * | Fix placeholder value for optional fields in external storage UI | Michael Gapczynski | 2012-06-29 | 1 | -1/+1 |
| | | |||||
| * | make sure the filesystem is setup properly for oc_cache_file tests | Robin Appelman | 2012-06-30 | 1 | -0/+19 |
| | | |||||
| * | cant to ttl tests for xcache | Robin Appelman | 2012-06-30 | 1 | -0/+4 |
| | | |||||
| * | fix encryption test cases when not logged in | Robin Appelman | 2012-06-30 | 1 | -2/+6 |
| | | |||||
| * | Prevent duplicate group showing in multiselect that added the group | Michael Gapczynski | 2012-06-29 | 1 | -1/+3 |
| | |