summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #3111254: getIdFromUser() always returns an ↵Gravatar Christian Weiske2012-01-211-1/+1
| | | | integer now (part 2)
* Part of bug #3463481: Add HTTP protocol to self URL in feedGravatar Christian Weiske2012-01-201-0/+25
|
* Fix bug #3431742: open_basedir problems with /etc/ ↵Gravatar Christian Weiske2011-11-021-6/+20
| | | | config files
* Fix bug #3386178: "system:unfiled" secret tag does not workGravatar Christian Weiske2011-08-051-0/+1
|
* we can retrieve system tags nowGravatar Christian Weiske2011-08-051-4/+7
|
* Fix bug #3376618: Broken tag completion for private ↵Gravatar Christian Weiske2011-08-011-13/+16
| | | | bookmarks
* Fix bug #3160512: Make SemantiScuttle work with FastCGIGravatar Christian Weiske2011-07-233-12/+55
|
* fix typoGravatar Christian Weiske2011-07-231-1/+1
|
* support global and per-host configuration filesGravatar Christian Weiske2011-07-212-3/+123
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-271-10/+10
|
* make the private tests really test somethingGravatar Christian Weiske2011-06-271-0/+17
|
* Fixed issue with storing RSS login in sessionGravatar Mark Pemberton2011-06-151-1/+1
|
* Fixed auth issue with private RSS feedGravatar Mark Pemberton2011-06-141-0/+1
|
* Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-06-044-2/+130
|\ | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php
| * implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-254-2/+130
| | | | | | | | branch with --squash
* | Reverted changes of date() to gdate(), added tests to ↵Gravatar Mark Pemberton2011-06-043-4/+2
| | | | | | | | confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
* | Altered tests to be more timezone friendlyGravatar Mark Pemberton2011-05-211-1/+1
| |
* | Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-05-214-9/+15
|\|
| * no need for that anymoreGravatar Christian Weiske2011-05-201-1/+0
| |
| * begin supporting a different database for unit testsGravatar Christian Weiske2011-05-192-6/+13
| |
| * allow ssl client login with other authentication sourcesGravatar Christian Weiske2011-05-131-1/+1
| |
| * fix ssl client cert login processGravatar Christian Weiske2011-05-131-2/+2
| |
* | revert getBookmarks() back to originalGravatar Mark Pemberton2011-05-191-31/+19
| |
* | Updated PrivateKey to include Tag searchesGravatar Mark Pemberton2011-05-173-16/+27
| |
* | Updated 'Generate New Key' button to use ajax if ↵Gravatar Mark Pemberton2011-05-161-5/+6
| | | | | | | | javascript enabled.
* | Fixed sql commands where resources were not freedGravatar Mark Pemberton2011-05-142-4/+6
| |
* | new privatekey2 branch with privatekey changesGravatar Mark Pemberton2011-05-133-34/+205
|/
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-131-1/+1
|\
| * Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-125-22/+128
| |\
| * \ 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