summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Passwords containing a ":" don't work with this explodeLukas Reschke2012-09-251-2/+2
* Sanitize user inputLukas Reschke2012-09-221-2/+2
* Don't store users password hash when exporting.Tom Needham2012-09-191-13/+1
* Only try to delete migration.db if it was created.Tom Needham2012-09-181-10/+14
* Allow exporting of users from any user backend, fixed oc-1645Tom Needham2012-09-181-10/+4
* LDAP: transliterate other latin characters to ASCII when creating owncloud na...Arthur Schiwon2012-09-181-0/+4
* Fix for cyrillic folder names. ref#oc-1683Victor Dubiniuk2012-09-111-1/+1
* Merge pull request #11 from ne704/typosLukas Reschke2012-09-101-1/+1
|\
| * fix message about 'apps' directoryNiko Ehrenfeuchter2012-09-101-1/+1
* | Merge pull request #10 from ne704/typosLukas Reschke2012-09-102-16/+16
|\|
| * mark unused variablesNiko Ehrenfeuchter2012-09-101-2/+2
| * fix typosNiko Ehrenfeuchter2012-09-101-2/+2
| * fix typos + copy-paste errors in commentsNiko Ehrenfeuchter2012-09-102-12/+12
* | back port better input validation in calendar from apps repoGeorg Ehrke2012-08-311-1/+7
* | LDAP: check for existing username from other backends when creating one for a...Arthur Schiwon2012-08-292-24/+31
* | Gitorious => GithubLukas Reschke2012-08-261-1/+1
* | I like TLS/SSLLukas Reschke2012-08-261-5/+4
* | Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n...Lukas Reschke2012-08-211-38/+38
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon2012-08-201-12/+18
* | Add a missing exit();Lukas Reschke2012-08-181-0/+1
* | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-181-1/+1
* | backport 1bccc80996e270f928c207cdd3090f4284abaea5Georg Ehrke2012-08-164-1/+10
|/
* 4.0.7v4.0.7Frank Karlitschek2012-08-141-14/+14
* Disable user enumerationLukas Reschke2012-08-142-8/+14
* Check blacklist when renaming filesMichael Gapczynski2012-08-132-3/+12
* Also check some other filesLukas Reschke2012-08-131-1/+1
* Disable listing of all usersLukas Reschke2012-08-132-6/+13
* Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack2012-08-121-2/+4
* Check if webfinger is enabledLukas Reschke2012-08-102-1/+9
* Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-101-0/+19
* Validate cookie to prevent auth bypasses.Lukas Reschke2012-08-101-1/+1
* Added XSRF checkLukas Reschke2012-08-101-0/+1
* Missed an "echo"Lukas Reschke2012-08-091-1/+1
* Sanitize user inputLukas Reschke2012-08-091-1/+1
* Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/...Thomas Tanghus2012-08-091-0/+3
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-9/+18
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Arthur Schiwon2012-08-053-3/+4
|\
| * fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
| * Calendar: remove double html encodingBart Visscher2012-08-031-2/+2
| * Contacts: Fix no active AddressbooksBart Visscher2012-08-031-0/+1
* | LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon2012-08-031-3/+3
|/
* Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
* 4.0.6v4.0.6Frank Karlitschek2012-07-311-2/+2
* LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon2012-07-302-11/+28
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-303-7/+21
* Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski2012-07-301-3/+6
* Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-301-0/+1
* Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-301-3/+2
* Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-301-0/+2
* Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-302-2/+7