summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Resetting the password should also invalidate the token login cookiesBart Visscher2012-10-171-0/+1
* Change the lostpassword flow to a controllerBart Visscher2012-10-176-67/+101
* Merge branch 'master' into routingBart Visscher2012-10-1753-113/+792
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-1613-15/+220
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-1610-0/+54
| * Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-151-0/+6
| * avoid undefined index warning on login pageMichael Göhler2012-10-151-2/+2
| * Remove spaceLukas Reschke2012-10-151-1/+1
| * Verify password page for usersLukas Reschke2012-10-151-0/+18
| * Merge pull request #30 from visit1985/logonpageLukas Reschke2012-10-151-2/+13
| |\
| | * extend logon page to display multiple error messagesMichael Göhler2012-10-141-2/+13
| * | Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-141-2/+8
| * | Doublehash the token to prevent timing attacksLukas Reschke2012-10-142-3/+3
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-141-0/+27
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-132-0/+14
| |/
| * escapeHTML functionLukas Reschke2012-10-121-0/+9
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-124-0/+67
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-112-0/+26
| * Merge pull request #24 from owncloud/js_variable_interpolationThomas Müller2012-10-101-3/+19
| |\
| | * Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-101-0/+21
| * | Fix autocomplete search for users for groups only share policyMichael Gapczynski2012-10-091-6/+11
| * | fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-1/+5
| * | Prevent closing sharing dialog on picking the dateVictor Dubiniuk2012-10-081-2/+2
| * | Prevent closing sharing dialog on month adjustment. Fixes oc-1884Victor Dubiniuk2012-10-081-1/+4
| * | fix a lot of small layout bugs and make the apps page overall prettier plus a...Frank Karlitschek2012-10-0811-0/+0
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-081-0/+28
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-071-0/+6
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-061-0/+9
| * | always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle2012-10-052-0/+4
| |/
| * share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-041-0/+6
| * Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-021-2/+2
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-023-1/+34
| * Fixed old, annoying css error that it turned out I had made myself :-PThomas Tanghus2012-10-011-1/+1
| * Share - Dropdown dialog - cut off username if it's longer than 14 chars - bug...Georg Ehrke2012-10-011-2/+6
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-014-0/+20
| * reload the current url when login in instead of always redirecting to the def...Robin Appelman2012-09-301-1/+1
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-305-0/+28
| * Fix double url decoding in fileDownloadPath functionBart Visscher2012-09-291-1/+1
| * Fallback for systems without opensslLukas Reschke2012-09-291-1/+1
| * rand() + uniqid() are not from cryptographic qualityLukas Reschke2012-09-291-1/+1
| * Removed sectokenLukas Reschke2012-09-291-1/+0
| * Removed sectokenLukas Reschke2012-09-292-12/+4
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-292-0/+12
| * [tx-robot] updated from transifexJenkins for ownCloud2012-09-2820-63/+108
| * 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-281-1/+1