summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0230-199/+267
* Fixed old, annoying css error that it turned out I had made myself :-PThomas Tanghus2012-10-011-1/+1
* Merge pull request #23 from lipemat/patch-1Lukas Reschke2012-10-011-1/+1
|\
| * Update apps/files/css/files.cssMat Lipe2012-10-011-1/+1
| * Update apps/files/css/files.cssMat Lipe2012-09-301-2/+2
* | Search: fix Notice and thus broken search with activiated error reportingArthur Schiwon2012-10-011-1/+5
* | LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-012-2/+8
* | Share - Dropdown dialog - cut off username if it's longer than 14 chars - bug...Georg Ehrke2012-10-011-2/+6
* | Sharing: backward compatibility to links from OC 4.0.Arthur Schiwon2012-10-011-0/+20
* | fix test case for when a user is logged inRobin Appelman2012-10-011-1/+4
* | add test to make sure filepaths that are passed to filesystems hooks are norm...Robin Appelman2012-10-011-0/+23
* | code styleRobin Appelman2012-10-011-46/+44
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0121-63/+94
* update the filecache by setting mtimes to 0 when the mount configuration has ...Robin Appelman2012-09-303-4/+18
* fix updating the filecache for when contents of a folder has changedRobin Appelman2012-09-301-5/+8
* 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 def...Robin Appelman2012-09-302-2/+3
* [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
|\
| * Update settings/css/settings.cssRaghu Nayyar2012-09-291-1/+1
* | Fallback for systems without opensslLukas Reschke2012-09-293-7/+30
* | mt_rand() is not secure from a cryptographic point of view, let's use openssl...Lukas Reschke2012-09-291-1/+2
* | rand() + uniqid() are not from cryptographic qualityLukas Reschke2012-09-291-1/+1
* | Removed sectokenLukas Reschke2012-09-293-9/+1
* | Removed sectokenLukas Reschke2012-09-292-12/+4
* | mt_rand() is not secure from a security point of view and predictable. Let's ...Lukas Reschke2012-09-291-1/+3
* | [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.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
|\ \ \ | |/ / |/| |
| * | Fix to preserve backward compatibility for apps creating static links contain...Christian Reiner2012-09-282-2/+10
| * | 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 de...Björn Schießle2012-09-282-2/+10
* | | | move back to "lastmodified" property since "getlastmodified" is protected by ...Björn Schießle2012-09-281-5/+3
| |/ / |/| |
* | | [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