summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 4.5.9v4.5.9Frank Karlitschek2013-04-091-2/+2
|
* Use a more random source...Lukas Reschke2013-04-101-1/+1
|
* Merge pull request #2805 from owncloud/sabre-45Lukas Reschke2013-04-096-10/+46
|\ | | | | Bump SabreDAV to 1.6.8
| * Bump SabreDAV to 1.6.8Lukas Reschke2013-04-096-10/+46
|/
* variables in php start with $Jörn Friedrich Dreyer2013-03-271-1/+1
| | | people should use an ide to show them these bugs!
* LDAP: avoid irritating log outputArthur Schiwon2013-03-191-1/+4
|
* Merge pull request #2255 from owncloud/backport_2163Frank Karlitschek2013-03-185-12/+24
|\ | | | | json encode download list [stable45]
| * let public link download handle json encoded file listsBjörn Schießle2013-03-132-2/+8
| |
| * bug fix from #2247Björn Schießle2013-03-131-1/+1
| |
| * fix commentBjörn Schießle2013-03-121-1/+1
| |
| * work arround to detect /Shared as folderBjörn Schießle2013-03-121-0/+4
| |
| * json encode download listBjörn Schießle2013-03-113-10/+12
| |
* | don't show share action for the Shared folder, approved pull request #2265Björn Schießle2013-03-131-2/+3
| |
* | 4.5.8v4.5.8Frank Karlitschek2013-03-091-2/+2
|/
* Check if username is valid and remove slashes from filenameLukas Reschke2013-03-111-1/+10
| | | | Backport of #2236 to stable45
* fix foldersize check to validate zip input sizeArthur Schiwon2013-03-091-5/+11
|
* Offer download of whole shared dir only if it does not exceed zip input limitArthur Schiwon2013-03-091-1/+5
|
* Merge pull request #2154 from owncloud/backport1898Thomas Müller2013-03-071-3/+18
|\ | | | | backported session fix from pull request #1898 to stable 45 to fix #1049
| * backported session fix from pull request #1898 to stable 45 to fix #1049Bernhard Posselt2013-03-071-3/+18
|/
* backport 6acbadf41833c8d5a78aabb06c6c7e0f4f4c019bArthur Schiwon2013-03-061-2/+4
|
* LDAP: escape some more chars for proper search filter, fixes #1673Arthur Schiwon2013-03-051-0/+3
|
* Sanitize shareWithLukas Reschke2013-03-041-3/+3
| | | Backport of #2062 to stable45
* Sanitize quotaLukas Reschke2013-03-041-1/+1
| | | Backport to stable45 of #2060
* Sanitize groupnameLukas Reschke2013-03-041-3/+3
| | | Backport to stable45 of #2060
* Merge pull request #2003 from owncloud/fix_1834_stable45Frank Karlitschek2013-03-032-16/+16
|\ | | | | make sure that the version app always work on the users real home folder [stable45]
| * make sure that the version app always work on the users real home folder and ↵Björn Schießle2013-03-012-16/+16
|/ | | | not the mount point
* Merge pull request #1954 from owncloud/escape_regular_expressions_stable45Frank Karlitschek2013-02-271-4/+4
|\ | | | | escape regular expressions
| * escape regular expressionsBjörn Schießle2013-02-271-4/+4
|/
* Merge pull request #1850 from owncloud/mount_users_home_stable45blizzz2013-02-221-0/+1
|\ | | | | mount users home before write/read file to it, necessary to deal with external homes [stable45]
| * mount users home before write/read file to it, necessary to deal with ↵Björn Schießle2013-02-221-0/+1
|/ | | | external homes
* Merge pull request #1781 from owncloud/p-stable45Lukas Reschke2013-02-191-1/+1
|\ | | | | p() is not available in ownCloud 4.5
| * Sanitize HTMLLukas Reschke2013-02-191-1/+1
| |
| * Revert "Sanitize HTML"Lukas Reschke2013-02-191-1/+2
| | | | | | | | This reverts commit 57017ed7e0fe8cb6b6836896dc95ce31de2aeb5f.
| * Sanitize HTMLLukas Reschke2013-02-191-1/+1
| |
| * Sanitize HTMLLukas Reschke2013-02-191-2/+1
| |
| * Revert "backport"Lukas Reschke2013-02-192-2/+2
|/ | | | This reverts commit cb174356e5f85eb20006b49fd8bb0e1295ebd45a.
* 4.5.7v4.5.7Frank Karlitschek2013-02-181-2/+2
|
* Merge pull request #1735 from owncloud/encodePathCorrectlyFrank Karlitschek2013-02-181-2/+2
|\ | | | | Use addslashes instead of addcslashes
| * Use addslashes instead of addcslashesLukas Reschke2013-02-161-2/+2
| |
* | backportFrank Karlitschek2013-02-182-2/+2
| | | | | | | | https://github.com/owncloud/core/pull/1751
* | Merge pull request #1716 from owncloud/backport_pr1493Thomas Müller2013-02-171-9/+8
|\ \ | | | | | | LDAP: backport basic fix from PR #1493 to fix bug #1450 in stable45
| * | LDAP: backport basic fix from PR #1493 to fix bug #1450 in stable45Arthur Schiwon2013-02-151-9/+8
| | |
* | | Add missing requesttokenLukas Reschke2013-02-161-3/+4
| |/ |/| | | | | This is a trivial fix for a regression caused by #1648
* | we should never drop a databaseThomas Mueller2013-02-151-0/+3
|/
* Merge pull request #1695 from owncloud/check_result_before_contionueBjörn Schießle2013-02-151-4/+6
|\ | | | | check results before continue
| * Check if glob() returns some matches before continue, this should fix issue 1690Björn Schießle2013-02-141-4/+6
| |
* | Invalidate existing HSTS headersLukas Reschke2013-02-141-0/+5
|/
* Merge pull request #1660 from owncloud/smb-fixes-stable45Lukas Reschke2013-02-132-58/+75
|\ | | | | smb/cifs fixes for stable45
| * backport of #1654, #1636 and https://github.com/owncloud/3rdparty/pull/12Thomas Mueller2013-02-132-58/+75
|/
* Check requesttokenLukas Reschke2013-02-123-0/+5
|