summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | merge masterGravatar Christian Weiske2011-05-028-74/+291
| |\ \
| * | | replace deprecated splitGravatar Christian Weiske2011-04-261-1/+1
| | | |
| * | | start the session when we are in http unittest modeGravatar Christian Weiske2011-04-181-1/+1
| | | |
| * | | cherry-pick:Gravatar Christian Weiske2011-04-061-1/+15
| | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* | | | Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-121-20/+68
|\ \ \ \ | | |_|/ | |/| |
| * | | do not automatically store user id in sessionGravatar Christian Weiske2011-05-121-12/+39
| | | |
| * | | reformat userservice::getWatchNamesGravatar Christian Weiske2011-05-121-8/+29
| | | |
* | | | seems I actually forget to use the methods only parameterGravatar Christian Weiske2011-05-111-0/+1
| | | |
* | | | deleting ssl client certificates from profile page works nowGravatar Christian Weiske2011-05-111-1/+33
| | | |
* | | | prepare user interface to register and delete client ↵Gravatar Christian Weiske2011-05-102-1/+115
| | | | | | | | | | | | | | | | certificates on the profile page
* | | | show current users certificates on profile pageGravatar Christian Weiske2011-05-093-0/+101
| | | |
* | | | automatically register SSL client cert when user registersGravatar Christian Weiske2011-05-091-2/+25
| | | |
* | | | move ssl client cert handling into separate service classGravatar Christian Weiske2011-05-092-67/+230
| | | |
* | | | also match client issuer (CA)Gravatar Christian Weiske2011-05-051-3/+11
| | | |
* | | | part of request #3163623: add support to login via ssl ↵Gravatar Christian Weiske2011-05-041-0/+50
|/ / / | | | | | | | | | client certificate. web interface to register certificates is still missing
* | | Support HTTPS connections when $root is not configuredGravatar Christian Weiske2011-05-041-1/+4
| | |
* | | do not add bookmarks with an invalid URLGravatar Christian Weiske2011-05-031-1/+9
| | |
* | | docblock for isValidUrl methodGravatar Christian Weiske2011-05-031-0/+8
| | |
* | | begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-032-0/+39
| |/ |/|
* | first test for service factoryGravatar Christian Weiske2011-04-121-1/+2
| |
* | add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-261-1/+15
| | | | | | | | GET parameter
* | do not generate invalid SQL when called with a not-so ↵Gravatar Christian Weiske2011-03-251-2/+4
| | | | | | | | valid array
* | beginsWith-parameter for getPopulartags, getContactTags ↵Gravatar Christian Weiske2011-03-251-5/+20
| | | | | | | | and getAdminTags
* | docblock for deleteAllGravatar Christian Weiske2011-03-241-1/+9
| |
* | fix privacy protection issue when fetching tags of ↵Gravatar Christian Weiske2011-03-241-1/+1
| | | | | | | | several users
* | make getPopularTags a tiny bit easierGravatar Christian Weiske2011-03-241-9/+7
| |
* | fix docblockGravatar Christian Weiske2011-03-241-3/+3
| |
* | unittest for Bookmark2Tag::getContactTags, CS and docblockGravatar Christian Weiske2011-03-241-4/+27
| |
* | unittest for getAdminTags as well as CS and docblock ↵Gravatar Christian Weiske2011-03-231-3/+27
| | | | | | | | fixes on it
* | format getPopularTags and add docblockGravatar Christian Weiske2011-03-231-19/+56
| |
* | Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-203-9/+52
|\ \ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| * | Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-153-1/+44
| |/ | | | | | | instead of nickname
| * rename $range to $status as it is used in all other ↵Gravatar Christian Weiske2011-02-091-8/+8
| | | | | | | | methods; add privacy to the parameter description so we find it again next time
| * Fix bug #3111254: Search in my_watchlist results in errorGravatar Christian Weiske2010-11-191-3/+3
| |
* | Fix bug #3111254: Search in my_watchlist results in errorGravatar Christian Weiske2010-11-191-3/+3
| |
* | load minified javascript if debug mode is off; add ↵Gravatar Christian Weiske2010-10-131-0/+1
| | | | | | | | minified version (generated with "yuicompressor --nomunge") of jstree
* | activate strict xhtml mode only on debug modeGravatar Christian Weiske2010-10-091-4/+9
| |
* | make the page valid and keep chromium happyGravatar Christian Weiske2010-10-091-1/+4
| |
* | tests for getadminlinkedtagsGravatar Christian Weiske2010-10-081-5/+13
| |
* | CS on constantsGravatar Christian Weiske2010-10-071-27/+43
| |
* | give admin tags a link href :)Gravatar Christian Weiske2010-10-071-1/+3
| |
* | CS, docblocksGravatar Christian Weiske2010-10-011-7/+38
| |
* | remove deprecate split()Gravatar Christian Weiske2010-09-301-1/+1
|/
* rewrite api/posts/delete to be more secure and add unit ↵Gravatar cweiske2010-09-281-6/+12
| | | | | | tests for it git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* update php-gettext to 1.0.10Gravatar cweiske2010-09-2812-271/+642
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@763 b3834d28-1941-0410-a4f8-b48e95affb8f
* now we have tests for all history all methodsGravatar cweiske2010-09-271-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* explain $sizeSearchHistoryGravatar cweiske2010-09-261-3/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@755 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix nasty bug with $withResults in getAllSearches()Gravatar cweiske2010-09-261-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@753 b3834d28-1941-0410-a4f8-b48e95affb8f
* reformat the code (CS)Gravatar cweiske2010-09-261-34/+145
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@752 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix CS, fix docblocksGravatar cweiske2010-09-231-30/+81
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@748 b3834d28-1941-0410-a4f8-b48e95affb8f