Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSRF checks | Lukas Reschke | 2012-07-07 | 4 | -0/+5 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | CSRF checks | Lukas Reschke | 2012-07-07 | 6 | -0/+6 |
| | |||||
* | CSRF check | Lukas Reschke | 2012-07-07 | 3 | -0/+6 |
| | |||||
* | increase the time limit again to a sensible granularity of 1 min. | Frank Karlitschek | 2012-07-06 | 1 | -1/+1 |
| | | | | Please talk to me before changing this. | ||||
* | close file after write process | Bjoern Schiessle | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 5 | -5/+45 |
| | |||||
* | Make export batch size configurable. | Thomas Tanghus | 2012-07-06 | 1 | -2/+3 |
| | |||||
* | Fix endless loop when no addressbooks. | Thomas Tanghus | 2012-07-06 | 1 | -3/+10 |
| | |||||
* | Correct hack ;) | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Fugly fixed include. | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | CURLOPT_SSL_VERIFYPEER=false shouldn't be in master | Bjoern Schiessle | 2012-07-06 | 1 | -2/+1 |
| | |||||
* | use OC_Connector_Sabre_Client | Bjoern Schiessle | 2012-07-06 | 1 | -6/+6 |
| | |||||
* | No need for being protected. | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Missing requesttoken | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | Contacts: Fix copy&paste error | Bart Visscher | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | use OC_Filesystem for rollback | Bjoern Schiessle | 2012-07-05 | 1 | -1/+4 |
| | |||||
* | check if caview really exists | Bjoern Schiessle | 2012-07-05 | 1 | -2/+4 |
| | |||||
* | moved remove and rename hook to libs/hooks.php | Bjoern Schiessle | 2012-07-05 | 3 | -39/+39 |
| | |||||
* | disabled user upload of root certificates until sabredav client can handle them | Bjoern Schiessle | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | send ca cert path to sabredav client | Bjoern Schiessle | 2012-07-05 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Moved action buttons down to the add field menu. Fixes oc-1155. | Thomas Tanghus | 2012-07-04 | 2 | -19/+19 |
| | |||||
* | 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 | 2 | -12/+20 |
|\ | | | | | | | | | Conflicts: apps/files_versions/lib/versions.php | ||||
| * | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 1 | -3/+11 |
| | | |||||
* | | 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 |
| | |||||
* | 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 |
| | |||||
* | webdav client crashes for secure connections if he doesn't have the right ↵ | Bjoern Schiessle | 2012-07-02 | 1 | -0/+2 |
| | | | | 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 | ||||
* | Don't reload the page after sending private link to email address | Michael Gapczynski | 2012-07-01 | 1 | -1/+2 |
| | |||||
* | Updates contacts migration provider | Tom Needham | 2012-06-30 | 1 | -4/+6 |
| | |||||
* | fix documentation style | Georg Ehrke | 2012-06-30 | 6 | -101/+186 |
| | |||||
* | 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 | 20 | -69/+123 |
|\ | |||||
| * | Fix placeholder value for optional fields in external storage UI | Michael Gapczynski | 2012-06-29 | 1 | -1/+1 |
| | | |||||
| * | fix encryption test cases when not logged in | Robin Appelman | 2012-06-30 | 1 | -2/+6 |
| | | |||||
| * | Don't add duplicate contacts in the list when en-/disable an address book. | Thomas Tanghus | 2012-06-29 | 1 | -12/+14 |
| | | |||||
| * | Fix WebDAV external storage opendir() and stat() for directories, bug fix ↵ | Michael Gapczynski | 2012-06-29 | 1 | -14/+12 |
| | | | | | | | | for oc-1160 |