summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
| | | | | Conflicts: apps/files_sharing/ajax/email.php
* Fix log write() parameters in wrong orderMichael Gapczynski2012-07-111-1/+1
|
* Handling exceptionsLukas Reschke2012-07-111-1/+1
|
* Catch exceptions from PHPMailerMichael Gapczynski2012-07-111-26/+28
|
* Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-3/+2
| | | | | Conflicts: apps/files_sharing/ajax/email.php
* Move line counter so we only count lines towards the offset that are equal ↵Michael Gapczynski2012-07-111-4/+6
| | | | or above the log level
* Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-111-14/+27
|
* Sanitizing file namesLukas Reschke2012-07-111-1/+1
|
* use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-111-1/+1
| | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
* when checking for updates in the filecache, explicitly state that we are ↵Robin Appelman2012-07-101-3/+4
| | | | querying a folder
* dont throw errors when opening a dir using fopen over the smb streamwrapperRobin Appelman2012-07-101-0/+2
|
* fix statcache for filenames containing non-alphanumeric characters in smb ↵Robin Appelman2012-07-101-1/+4
| | | | streamwrapper
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-07-101-1/+1
|
* improve caching smb results a bitRobin Appelman2012-07-101-0/+4
|
* improve filecache support for smbRobin Appelman2012-07-101-1/+43
|
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-07-103-4/+21
|
* share code between smb and ftp filestorage backendsRobin Appelman2012-07-104-157/+92
|
* smb filestorage backendRobin Appelman2012-07-105-0/+597
|
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+7
|
* Set the loading class on the property being changed, not on its container. ↵Thomas Tanghus2012-07-081-3/+3
| | | | Now on all the places relevant ;-)
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
|
* Improve checking for active addressbooks and creating default addressbook.Thomas Tanghus2012-07-082-10/+29
|
* Add missing requesttoken.Thomas Tanghus2012-07-081-0/+1
|
* Missing semi-colon.Thomas Tanghus2012-07-081-1/+1
|
* Format error response correctly.Thomas Tanghus2012-07-081-1/+1
|
* Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
|
* Hopefully fix for drag'n'drop import in oc-813.Thomas Tanghus2012-07-051-1/+1
|
* Disable expires header on thumbnail and photo.Thomas Tanghus2012-07-042-2/+2
|
* Moved action buttons down to the add field menu. Fixes oc-1155.Thomas Tanghus2012-07-042-19/+19
|
* Remove the forced download§Lukas Reschke2012-07-021-2/+0
|
* Restoring stable4...Lukas Reschke2012-07-021-2/+2
|
* Applying the fixLukas Reschke2012-07-021-1/+1
|
* Wrong file - Sorry!Lukas Reschke2012-07-021-56/+19
|
* Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4Lukas Reschke2012-07-024-6/+26
|\
| * fix a small PHP failGeorg Ehrke2012-07-011-1/+1
| |
| * Don't reload the page after sending private link to email addressMichael Gapczynski2012-07-011-1/+2
| |
| * Prevent duplicate group showing in multiselect that added the groupMichael Gapczynski2012-07-011-1/+3
| |
| * Prevent adding a duplicate to a multiselectMichael Gapczynski2012-07-011-1/+12
| |
| * Add new group to other user's group select formsMichael Gapczynski2012-07-012-2/+9
| |
| * Revert "bugfix for #1098 (assigning a group to a user, the group appears ↵Michael Gapczynski2012-07-011-1/+0
| | | | | | | | | | | | incrementally many times the more you assign it)" This reverts commit 265d7e50f55978a3bebfa077aa8552d5ea1b0c59.
* | Don't display error messagesLukas Reschke2012-07-021-18/+55
|/
* Disable mimesniffingLukas Reschke2012-07-011-2/+4
|
* Fix setting custom quota size for users, bug fix for oc-1128Michael Gapczynski2012-06-281-1/+1
|
* Return login errors for PostgreSQL setupMichael Gapczynski2012-06-271-0/+1
|
* Don't overwrite fake directory stream for Shared storageMichael Gapczynski2012-06-271-2/+2
|
* no reason to strip tags at this pointBjoern Schiessle2012-06-271-1/+0
|
* enable highlighting of address in OSM.Bjoern Schiessle2012-06-271-1/+1
|
* 4.0.4v4.0.4Frank Karlitschek2012-06-261-2/+2
|
* add OC_Calendar_Object::createUID()Georg Ehrke2012-06-261-0/+8
|
* bugfix for #1098 (assigning a group to a user, the group appears ↵Bjoern Schiessle2012-06-261-0/+1
| | | | incrementally many times the more you assign it)