summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-09-30668-7715/+22511
|\
| * fix mimetype detection using the 'file' command in some edge casesRobin Appelman2012-09-301-0/+1
| |
| * reload the current url when login in instead of always redirecting to the ↵Robin Appelman2012-09-302-2/+3
| | | | | | | | default app (oc-1873)
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-3019-70/+98
| |
| * Fix a typoLukas Reschke2012-09-301-1/+1
| |
| * Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
| |
| * Merge pull request #21 from raghunayyar/masterLukas Reschke2012-09-291-1/+1
| |\ | | | | | | CSS typo fixed.
| | * Update settings/css/settings.cssRaghu Nayyar2012-09-291-1/+1
| | | | | | | | | CSS typo fixed.
| * | Fallback for systems without opensslLukas Reschke2012-09-293-7/+30
| | |
| * | mt_rand() is not secure from a cryptographic point of view, let's use ↵Lukas Reschke2012-09-291-1/+2
| | | | | | | | | | | | openssl_random_pseudo_bytes() here
| * | rand() + uniqid() are not from cryptographic qualityLukas Reschke2012-09-291-1/+1
| | |
| * | Removed sectokenLukas Reschke2012-09-293-9/+1
| | | | | | | | | | | | | | | This token is completly useless since an attacker can easily extract it from the page.
| * | Removed sectokenLukas Reschke2012-09-292-12/+4
| | | | | | | | | | | | | | | This token is completly useless since an attacker can easily extract it from the page.
| * | mt_rand() is not secure from a security point of view and predictable. Let's ↵Lukas Reschke2012-09-291-1/+3
| | | | | | | | | | | | | | | | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-09-2915-55/+92
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-09-28107-1250/+1718
| | |
| * | Merge pull request #20 from scambra/undo-l10nThomas Müller2012-09-281-4/+4
| |\ \ | | | | | | | | undo interpolation in js for 4.5
| | * | undo interpolation in js for 4.5scambra2012-09-281-4/+4
| | | |
| * | | Do urlencoding in linkTo functionsBart Visscher2012-09-286-5/+8
| | | |
| * | | Fix syntax error in removeETagHookBart Visscher2012-09-281-5/+5
| | | |
| * | | After selecting a search result, hide the resultsBart Visscher2012-09-281-0/+1
| | | |
| * | | urlencode filename in search result, fixes problems with & in nameBart Visscher2012-09-281-0/+1
| | | |
| * | | Simplify generating file search resultsBart Visscher2012-09-281-8/+14
| | | |
| * | | Correctly fix oc-1016 and fix downloading of filesBart Visscher2012-09-281-1/+1
| | | |
| * | | Merge pull request #19 from arkascha/masterLukas Reschke2012-09-288-18/+130
| |\ \ \ | | |/ / | |/| | Reimplementation of CSRF protection strategy
| | * | Fix to preserve backward compatibility for apps creating static links ↵Christian Reiner2012-09-282-2/+10
| | | | | | | | | | | | | | | | containing the request token (currently the contacts app and maybe some 3rd party implementations)
| | * | Added name to AUTHORS file, since mentioned in file headers.Christian Reiner2012-09-281-0/+1
| | | |
| | * | Merge branch 'master' of git://github.com/owncloud/coreChristian Reiner2012-09-2880-682/+938
| | |\ \
| | * | | Reimplementation of CSRF protection including autorefreshChristian Reiner2012-09-287-24/+127
| | | | |
| * | | | etag has to be removed after version rollback to enable the sync client to ↵Björn Schießle2012-09-282-2/+10
| | | | | | | | | | | | | | | | | | | | detect the changes (bug #1829)
| * | | | move back to "lastmodified" property since "getlastmodified" is protected by ↵Björn Schießle2012-09-281-5/+3
| | |/ / | |/| | | | | | | | | | webdav
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-09-2829-230/+298
| | | |
| * | | some more sane column sizes for appconfig and preferencesRobin Appelman2012-09-272-8/+8
| | | |
| * | | This .gitkeep is unneededLukas Reschke2012-09-271-1/+0
| | | |
| * | | LDAP: comparison, not assignment. Thanks to Manuel DelgadoArthur Schiwon2012-09-272-3/+3
| | | |
| * | | check if file really exist before add/remove itBjörn Schießle2012-09-272-4/+12
| | | |
| * | | only upload valid ssl root certificatesBjörn Schießle2012-09-271-6/+14
| | | |
| * | | RC 1v4.5.0RC1Frank Karlitschek2012-09-271-2/+2
| | | |
| * | | [tx-robot] updated from transifexJenkins for ownCloud2012-09-2757-443/+616
| | | |
| * | | take '\' on windows systems into account to prevent file deletion above ↵Björn Schießle2012-09-261-1/+1
| | | | | | | | | | | | | | | | upload direectory
| * | | fix security issue, don't allow to go back in the pathBjörn Schießle2012-09-261-1/+1
| |/ /
| * | The mtime in the file cache has to be updated after version rollback (copy ↵Björn Schießle2012-09-261-0/+2
| | | | | | | | | | | | from outside of the regular files root) (fixes bug #1720)
| * | fix sharing for newly uploaded or created filesRobin Appelman2012-09-263-9/+17
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-09-26189-2863/+6145
| | |
| * | Python language setting on gettextThomas Müller2012-09-261-1/+1
| | | | | | | | | gettext with language setting 'Python' gives better results than 'Perl'
| * | prepare server for move of property name "lastmodified" to "getlastmodified" ↵Björn Schießle2012-09-261-4/+6
| | | | | | | | | | | | | | | | | | according to RFC4918. Depreciated const can be removed after sync client update and release
| * | Sharing: write update errors to logfile; do not die on errorsArthur Schiwon2012-09-261-2/+2
| | |
| * | Merge branch 'master' of github.com:owncloud/coreBjörn Schießle2012-09-2637-183/+281
| |\ \
| | * | Fix unsetting share expiration dateMichael Gapczynski2012-09-262-3/+14
| | | |
| | * | Show share expiration date set for shared itemMichael Gapczynski2012-09-261-5/+13
| | | |