summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* script to use with errbot's exec pluginHEADorigin/masterorigin/HEADmasterChristian Weiske2016-05-091-0/+1
|
* Move URL title method to dedicated classChristian Weiske2016-05-091-0/+65
|
* Add support for phancap website thumbnailer.Christian Weiske2014-04-234-1/+204
| | | | Drop support for artviper, since their service is gone.
* add option to get last modified date instead of creation dateDavid Glenck2014-03-261-0/+7
|
* Fix bug #161: URLs broken on 1&1 serverChristian Weiske2013-08-202-17/+13
|
* Fix two broken testsChristian Weiske2013-03-211-1/+1
|
* CSChristian Weiske2013-03-211-7/+15
|
* The hasTag was always returning false, which probably is a bug. Fixed it and ↵Christian Weiske2013-03-211-1/+2
| | | | added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
* fix some CS, remove unneeded include - file is included in header.phpChristian Weiske2013-03-211-5/+3
|
* The method attachTags was raising a Notice error, fix it and adds a test for ↵Ricardo Soares de Lima2013-03-211-6/+7
| | | | this situation.
* Using a foreach loop avoids Notice warnings when the array doesn't have ↵Ricardo Soares de Lima2013-03-212-2/+2
| | | | sequential indexes, ex: 0, 1, 3...
* remove php4-style object reference passingChristian Weiske2013-03-1710-63/+76
|
* set proper exit status when config file does not existChristian Weiske2012-01-251-9/+7
|
* Fix bug #3111254: getIdFromUser() always returns an integer now (part 2)Christian Weiske2012-01-211-1/+1
|
* Part of bug #3463481: Add HTTP protocol to self URL in feedChristian Weiske2012-01-201-0/+25
|
* Fix bug #3431742: open_basedir problems with /etc/ config filesChristian Weiske2011-11-021-6/+20
|
* Fix bug #3386178: "system:unfiled" secret tag does not workChristian Weiske2011-08-051-0/+1
|
* we can retrieve system tags nowChristian Weiske2011-08-051-4/+7
|
* Fix bug #3376618: Broken tag completion for private bookmarksChristian Weiske2011-08-011-13/+16
|
* Fix bug #3160512: Make SemantiScuttle work with FastCGIChristian Weiske2011-07-233-12/+55
|
* fix typoChristian Weiske2011-07-231-1/+1
|
* support global and per-host configuration filesChristian Weiske2011-07-212-3/+123
|
* privatekey -> privateKey everywhereChristian Weiske2011-06-271-10/+10
|
* make the private tests really test somethingChristian Weiske2011-06-271-0/+17
|
* Fixed issue with storing RSS login in sessionMark Pemberton2011-06-151-1/+1
|
* Fixed auth issue with private RSS feedMark Pemberton2011-06-141-0/+1
|
* Merge branch 'master' into privatekey2Mark Pemberton2011-06-044-2/+130
|\ | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php
| * implement request #1989987: theme support. merge themes branch with --squashChristian Weiske2011-05-254-2/+130
| |
* | Reverted changes of date() to gdate(), added tests to confirm existence of ↵Mark Pemberton2011-06-043-4/+2
| | | | | | | | private RSS feed, and finalized changes to the user session usage with rss.php
* | Altered tests to be more timezone friendlyMark Pemberton2011-05-211-1/+1
| |
* | Merge branch 'master' into privatekey2Mark Pemberton2011-05-214-9/+15
|\ \ | |/
| * no need for that anymoreChristian Weiske2011-05-201-1/+0
| |
| * begin supporting a different database for unit testsChristian Weiske2011-05-192-6/+13
| |
| * allow ssl client login with other authentication sourcesChristian Weiske2011-05-131-1/+1
| |
| * fix ssl client cert login processChristian Weiske2011-05-131-2/+2
| |
* | revert getBookmarks() back to originalMark Pemberton2011-05-191-31/+19
| |
* | Updated PrivateKey to include Tag searchesMark Pemberton2011-05-173-16/+27
| |
* | Updated 'Generate New Key' button to use ajax if javascript enabled.Mark Pemberton2011-05-161-5/+6
| |
* | Fixed sql commands where resources were not freedMark Pemberton2011-05-142-4/+6
| |
* | new privatekey2 branch with privatekey changesMark Pemberton2011-05-133-34/+205
|/
* Merge branch 'master' into ssl-client-certsChristian Weiske2011-05-131-1/+1
|\
| * Merge branch 'master' into configurable-privacy2origin/configurable-privacy2Christian Weiske2011-05-125-22/+128
| |\
| * \ merge masterChristian Weiske2011-05-028-74/+291
| |\ \
| * | | replace deprecated splitChristian Weiske2011-04-261-1/+1
| | | |
| * | | start the session when we are in http unittest modeChristian Weiske2011-04-181-1/+1
| | | |
| * | | cherry-pick:Christian Weiske2011-04-061-1/+15
| | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* | | | Merge branch 'master' into ssl-client-certsChristian Weiske2011-05-121-20/+68
|\ \ \ \ | | |_|/ | |/| |
| * | | do not automatically store user id in sessionChristian Weiske2011-05-121-12/+39
| | | |
| * | | reformat userservice::getWatchNamesChristian Weiske2011-05-121-8/+29
| | | |
* | | | seems I actually forget to use the methods only parameterChristian Weiske2011-05-111-0/+1
| | | |
* | | | deleting ssl client certificates from profile page works nowChristian Weiske2011-05-111-1/+33
| | | |
* | | | prepare user interface to register and delete client certificates on the ↵Christian Weiske2011-05-102-1/+115
| | | | | | | | | | | | | | | | profile page
* | | | show current users certificates on profile pageChristian Weiske2011-05-093-0/+101
| | | |
* | | | automatically register SSL client cert when user registersChristian Weiske2011-05-091-2/+25
| | | |
* | | | move ssl client cert handling into separate service classChristian Weiske2011-05-092-67/+230
| | | |
* | | | also match client issuer (CA)Christian Weiske2011-05-051-3/+11
| | | |
* | | | part of request #3163623: add support to login via ssl client certificate. ↵Christian Weiske2011-05-041-0/+50
|/ / / | | | | | | | | | web interface to register certificates is still missing
* | | Support HTTPS connections when $root is not configuredChristian Weiske2011-05-041-1/+4
| | |
* | | do not add bookmarks with an invalid URLChristian Weiske2011-05-031-1/+9
| | |
* | | docblock for isValidUrl methodChristian Weiske2011-05-031-0/+8
| | |
* | | begin bookmark model class with URL validation methodChristian Weiske2011-05-032-0/+39
| |/ |/|
* | first test for service factoryChristian Weiske2011-04-121-1/+2
| |
* | add new feature: allow unit test mode enabling via HTTP GET parameterChristian Weiske2011-03-261-1/+15
| |
* | do not generate invalid SQL when called with a not-so valid arrayChristian Weiske2011-03-251-2/+4
| |
* | beginsWith-parameter for getPopulartags, getContactTags and getAdminTagsChristian Weiske2011-03-251-5/+20
| |
* | docblock for deleteAllChristian Weiske2011-03-241-1/+9
| |
* | fix privacy protection issue when fetching tags of several usersChristian Weiske2011-03-241-1/+1
| |
* | make getPopularTags a tiny bit easierChristian Weiske2011-03-241-9/+7
| |
* | fix docblockChristian Weiske2011-03-241-3/+3
| |
* | unittest for Bookmark2Tag::getContactTags, CS and docblockChristian Weiske2011-03-241-4/+27
| |
* | unittest for getAdminTags as well as CS and docblock fixes on itChristian Weiske2011-03-231-3/+27
| |
* | format getPopularTags and add docblockChristian Weiske2011-03-231-19/+56
| |
* | Merge branch 'master' into jqueryChristian Weiske2011-03-203-9/+52
|\ \ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| * | Implement request #3054906: Show user's full name instead of nicknameChristian Weiske2011-03-153-1/+44
| |/
| * rename $range to $status as it is used in all other methods; add privacy to ↵Christian Weiske2011-02-091-8/+8
| | | | | | | | the parameter description so we find it again next time
| * Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske2010-11-191-3/+3
| |
* | Fix bug #3111254: Search in my_watchlist results in errorChristian Weiske2010-11-191-3/+3
| |
* | load minified javascript if debug mode is off; add minified version ↵Christian Weiske2010-10-131-0/+1
| | | | | | | | (generated with "yuicompressor --nomunge") of jstree
* | activate strict xhtml mode only on debug modeChristian Weiske2010-10-091-4/+9
| |
* | make the page valid and keep chromium happyChristian Weiske2010-10-091-1/+4
| |
* | tests for getadminlinkedtagsChristian Weiske2010-10-081-5/+13
| |
* | CS on constantsChristian Weiske2010-10-071-27/+43
| |
* | give admin tags a link href :)Christian Weiske2010-10-071-1/+3
| |
* | CS, docblocksChristian Weiske2010-10-011-7/+38
| |
* | remove deprecate split()Christian Weiske2010-09-301-1/+1
|/
* rewrite api/posts/delete to be more secure and add unit tests for itcweiske2010-09-281-6/+12
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f
* update php-gettext to 1.0.10cweiske2010-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 methodscweiske2010-09-271-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f
* explain $sizeSearchHistorycweiske2010-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()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)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 docblockscweiske2010-09-231-30/+81
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@748 b3834d28-1941-0410-a4f8-b48e95affb8f
* Move user IP resolution into own class methodcweiske2010-09-232-18/+51
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@747 b3834d28-1941-0410-a4f8-b48e95affb8f
* update descriptioncweiske2010-09-231-2/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@746 b3834d28-1941-0410-a4f8-b48e95affb8f
* Fix bug #3073215: Updating bookmark time does not workcweiske2010-09-231-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@745 b3834d28-1941-0410-a4f8-b48e95affb8f
* finally fix the problem that watchlist count tests failed every second ↵cweiske2010-09-231-1/+4
| | | | | | alltests run git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@737 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow debugging of connection errorscweiske2010-09-141-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@734 b3834d28-1941-0410-a4f8-b48e95affb8f
* make test running on installed pear package work: pear run-tests -pu ↵Christian Weiske2010-08-221-1/+1
| | | | __uri/semanticscuttle
* make files use pear directoriesChristian Weiske2010-08-221-3/+14
|
* Fix bug getTagsForBookmarks() that fetched all tags, see ↵cweiske2010-07-091-6/+1
| | | | | | http://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/3752670 for details git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@715 b3834d28-1941-0410-a4f8-b48e95affb8f