summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-111-0/+1
|
* Use GET instead of QUERY_STRINGLukas Reschke2013-01-191-1/+1
|
* Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-161-0/+6
|
* 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
|
* escapeHTML functionLukas Reschke2012-10-121-0/+9
|
* Use openssl_random_pseudo_bytes if availableLukas Reschke2012-10-061-1/+1
| | | | This is a backport of ef57e92 /cc @DeepDiver1975
* Added XSRF checkLukas Reschke2012-08-101-0/+1
|
* Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
|
* Updated styleLukas Reschke2012-07-261-1/+1
|
* Check for admin userLukas Reschke2012-07-261-0/+1
|
* Remove unused filesLukas Reschke2012-07-263-137/+0
|
* remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
|
* Fix time formatting for minutes, prepend 0 if minutes is less than 10Michael Gapczynski2012-07-061-1/+1
|
* Prevent adding a duplicate to a multiselectMichael Gapczynski2012-07-011-1/+12
|
* Add new group to other user's group select formsMichael Gapczynski2012-07-011-2/+3
|
* typo in js statement fixedBjoern Schiessle2012-06-261-1/+1
|
* Contacts: Implement CSRF prevention.Thomas Tanghus2012-06-141-1/+1
|
* Backport CSRF prevention.Thomas Tanghus2012-06-141-0/+10
|
* urlencode link fort password reset (bug #970)Bjoern Schiessle2012-06-131-1/+1
|
* fix potential xss in multiselectRobin Appelman2012-06-091-3/+9
|
* Remove old internal mail call for password reset, fixes bug oc-934Michael Gapczynski2012-06-071-1/+0
| | | | | Conflicts: core/lostpassword/index.php
* update translationsRobin Appelman2012-06-0616-25/+188
|
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-1/+1
|
* add htmlentities() call into login formMichiel de Jong2012-05-181-1/+1
|
* Merge commit 'refs/merge-requests/115' of ↵Michael Gapczynski2012-05-171-1/+1
|\ | | | | | | | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/115 Conflicts: apps/files/templates/index.php
| * Fix some non-utf8-friendly htmlentities (resulting in wrong display of ↵Vitaly Kuznetsov2012-05-101-1/+1
| | | | | | | | utf8-encoded directory names for example)
* | only check our own input fields when determining to show the login buttonRobin Appelman2012-05-171-2/+2
| | | | | | | | fixes a problem with browser plugins adding hidden inputs
* | update translationsRobin Appelman2012-05-176-1/+81
| |
* | move auth.css and remoteStorage-big.png to assets folders From where they ↵Michiel de Jong2012-05-142-0/+8
| | | | | | | | can be included
* | Sanitize search queries, thanks to Lukas ReschkeMichael Gapczynski2012-05-131-1/+1
| |
* | update translationsRobin Appelman2012-05-1318-4/+136
| |
* | update to jquery 1.7.2Robin Appelman2012-05-122-4/+4
| |
* | Remove duplicate lineBart Visscher2012-05-111-1/+0
| |
* | fixed settings text not being clickableJan-Christoph Borchardt2012-05-111-2/+2
| |
* | Fix music file action i.e. click to play, make OC.filePath act like ↵Michael Gapczynski2012-05-101-4/+7
| | | | | | | | OC_Helper::linkTo() for index.php links
* | fixing upload icon colorJan-Christoph Borchardt2012-05-104-4/+77
| |
* | Make select_all checkbox more centralTom Needham2012-05-101-1/+1
| |
* | upload button goes MJJan-Christoph Borchardt2012-05-102-6/+6
|/
* update translationsRobin Appelman2012-05-0922-70/+315
|
* Prevent extra '/' from being added to url if app is not definedMichael Gapczynski2012-05-071-2/+4
|
* Fix bug on browsers like rekonq which stopped execution of javascriptSimon Birnbach2012-05-071-1/+1
|
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-1/+1
|
* Merge branch 'tasks' for Tasks appBart Visscher2012-05-052-0/+92
|\
| * Tasks: Really correct iconBart Visscher2012-05-042-9/+14
| |
| * Merge branch 'master' into tasksBart Visscher2012-05-0437-643/+5383
| |\
| * | Tasks: Make it possible to close the details areaBart Visscher2012-05-021-0/+87
| | |
* | | Custom icons for contacts appFlorian Hülsmann2012-05-052-324/+37
| | |
* | | Dialogs: Clean indentation. Add some missing brackets.Thomas Tanghus2012-05-051-220/+239
| | |
* | | Tried to make settings/apps more keyboard/screenreader friendly.Thomas Tanghus2012-05-041-0/+1
| | |