summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-186-14/+26
|\ \
| * | don't duplicate locales with country codescambra2012-10-161-2/+3
| * | Translate modification date when file is created/uploaded, use same strings a...scambra2012-10-161-5/+4
| * | Use strftime to format date with translated month namesscambra2012-10-165-9/+21
* | | fix oc-605Jörn Friedrich Dreyer2012-10-182-9/+11
* | | when using oracle use LOWER() to make searching files case insensitiveJörn Friedrich Dreyer2012-10-181-2/+8
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-18220-4759/+3746
* | | Merge pull request #37 from scambra/js-interpolation-l10nThomas Müller2012-10-173-17/+17
|\ \ \
| * | | use interpolation for some translations in jsscambra2012-10-163-17/+17
| |/ /
* | | core.js and core.css don't need to be absoluteBart Visscher2012-10-172-3/+14
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-179-9/+9
* | | From now on we support two german translation: formal and personalThomas Mueller2012-10-161-1/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1677-551/+2719
* | | remove apps translations - they live in owncloud/apps nowThomas Mueller2012-10-16770-133244/+0
* | | Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
* | | Delete user files in /data/ after deleting a userLukas Reschke2012-10-161-0/+4
* | | Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
* | | Merge pull request #36 from scambra/filecache-fixesicewind19912012-10-162-1/+10
|\ \ \
| * | | delete fscache on deleting userscambra2012-10-162-1/+10
| |/ /
* / / Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke2012-10-161-1/+1
|/ /
* | Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
* | Merge pull request #31 from visit1985/persistentcookiesLukas Reschke2012-10-163-14/+70
|\ \
| * | 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)Michael Göhler2012-10-153-4/+4
| * | extend configkey column to hold 128bit valuesMichael Göhler2012-10-142-2/+2
| * | implement fixed php session timeout and session id regenerationMichael Göhler2012-10-141-0/+22
| * | removed username and password from token generationMichael Göhler2012-10-141-2/+2
| * | fixed typo and redundant method callMichael Göhler2012-10-141-2/+1
| * | added a warning message to the log when a cookie is rejectedMichael Göhler2012-10-141-0/+1
| * | fixed wrong variable usageMichael Göhler2012-10-141-5/+5
| * | call unsetMagicInCookie if token is invalidMichael Göhler2012-10-141-2/+2
| * | forgot a class nameMichael Göhler2012-10-141-2/+2
| * | delete all tokens on password changeMichael Göhler2012-10-142-3/+7
| * | further improvements on multiple login token supportMichael Göhler2012-10-141-3/+13
| * | improve token securityMichael Göhler2012-10-141-1/+1
| * | Make the lifetime of the remember login cookieBart Visscher2012-10-143-5/+9
| * | Cleanup login tokens on login successBart Visscher2012-10-141-0/+13
| * | Add support for multiple login cookie tokensBart Visscher2012-10-141-9/+12
* | | normalize path to avoid problems with trailing slashes, double-slashes, etc.Björn Schießle2012-10-161-2/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-16106-1370/+6973
* | | Make enhanced auth configurableLukas Reschke2012-10-163-15/+24
* | | Don't add the enhanced auth time to the configurationLukas Reschke2012-10-161-4/+1
* | | Set a standard value for enhanced auth timeLukas Reschke2012-10-161-1/+1
* | | Make enhanced auth time configurableLukas Reschke2012-10-164-6/+10
* | | Move isUserVerified to OC_UtilLukas Reschke2012-10-163-13/+14
* | | Move the ( to the right positionLukas Reschke2012-10-161-2/+2
* | | Password check for adminsLukas Reschke2012-10-161-2/+6
* | | Fix PHP noticeLukas Reschke2012-10-161-2/+2
* | | Fix PHP noticeLukas Reschke2012-10-161-1/+1
* | | Add isUserVerified()Lukas Reschke2012-10-161-1/+12
* | | Correct check for adminLukas Reschke2012-10-161-4/+2