summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #1641 from owncloud/backport-1569Thomas Müller2013-02-124-2/+12
|\ | | | | Remove invalid characters from app id to prevent loading of invalid ress...
| * Remove invalid characters from app id to prevent loading of invalid ressources.Lukas Reschke2013-02-114-2/+12
| | | | | | | | Backport of #1569
* | Merge pull request #1639 from owncloud/stable45-awsFrank Karlitschek2013-02-114-1087/+0
|\ \ | |/ |/| Remove uneeded AWS compatbility tests
| * Remove uneeded AWS compatbility testsLukas Reschke2013-02-114-1087/+0
|/
* Merge pull request #1567 from owncloud/fixing-1505-stable45Thomas Müller2013-02-091-6/+2
|\ | | | | know your libraries ;-)
| * know your libraries ;-)Thomas Müller2013-02-091-6/+2
|/ | | | strrpos fails in cases the file in the path has no dot but the parent folder
* Merge pull request #1528 from owncloud/simplify_file_mimetype_parsing_stable45icewind19912013-02-071-10/+4
|\ | | | | simplify mimetype parsing of 'file' output
| * simplify mimetype parsing of 'file' outputJörn Friedrich Dreyer2013-02-071-10/+4
|/
* TypoArthur Schiwon2013-02-071-1/+1
|
* merge backport e122fdbcb63cc4e36982dc23bd2a38c904417447Arthur Schiwon2013-02-071-0/+5
|
* Merge pull request #1499 from owncloud/backport-1357-stable45blizzz2013-02-074-0/+26
|\ | | | | backport #1357 to stable45
| * fixing <?php - thx @simonbuehlerThomas Mueller2013-02-061-1/+1
| |
| * backport #1357 to stable45Thomas Mueller2013-02-064-0/+26
|/