aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-30Merge branch 'master' of github.com:rhatto/SemanticScuttleHEADmasterSilvio Rhatto
2023-08-30Merge pull request #2 from jasonmm/rectorrhatto
Update code to work with modern PHP.
2022-06-21Remove unused function that broke pages.Jason
2022-06-21Do not pass a null to `count`.Jason
2022-06-21Use Rector to upgrade constructors.Jason
Modern PHP versions do not recognize methods with the same name as the class as being constructors. This commit upgrades the code so that constructors are named `__construct`. The upgrade was done automatically using Rector.
2020-12-05Fix: ignore .htpasswdSilvio Rhatto
2020-12-05Fix: restrict access using HTTP AuthSilvio Rhatto
2020-12-05Fix: create an index at sc_bookmarks2tags tableSilvio Rhatto
This index increases the performance of queries that selects tags from a given bookmark.
2020-12-05Feat: adds a robots.txtSilvio Rhatto
Robots tend to crawl all tag combinations, which make a huge performance impact in larger datasets, specially regarding database queries. This robots.txt file will prevent that regular search engines to index the application, which is already a search index.
2020-12-01Fix: bookmarks: add values to bVoting and bVotesSilvio Rhatto
Avoid this kind of MySQL errors: ERROR 1364 (HY000): Field 'bVoting' doesn't have a default value
2020-10-01Merge remote-tracking branch 'querwurzelt/master' into mergev0.99.0Silvio Rhatto
2020-10-01Feat: dev environment using kvmx and puppetSilvio Rhatto
2020-10-01Merge commit 'c212514035cffd38acbfac1413064937b28685b6' as 'puppet'Silvio Rhatto
2020-10-01Squashed 'puppet/' content from commit eb5ecc4Silvio Rhatto
git-subtree-dir: puppet git-subtree-split: eb5ecc4fcad6bd4f75e38683ae12a8dba4382c0b
2020-10-01Forking the project, sorrySilvio Rhatto
2019-01-21PHP 7.3 compat, bug fixesquerwurzelt
2018-10-15Themes: mono: mobile first fixv0.98.6Silvio Rhatto
2018-10-15Merge branch 'master' into developSilvio Rhatto
2018-10-15Themes: mono: mobile first behaviorSilvio Rhatto
2018-03-23Merge pull request #1 from jasonmm/masterrhatto
Update and bug fix
2018-03-22Permalink supportSilvio Rhatto
2018-03-22Adds viewport meta tag into html headSilvio Rhatto
2018-03-22Adds 'mono' themeSilvio Rhatto
Monospace and with less colors version of the default theme.
2017-09-12Added missing semicolon.Jason
2017-04-19Cache: Handle PDF linksSilvio Rhatto
2017-03-25Adds cache into .gitignoreSilvio Rhatto
2017-03-25Create cacheUrl cacheInfo folder recursivellySilvio Rhatto
2017-03-25Syntax fixesSilvio Rhatto
2017-03-25Syntax fixesSilvio Rhatto
2017-03-25Cache cacheUrl information to avoid slowness due to excessive curls callsSilvio Rhatto
2017-03-25Cache: PNG supportSilvio Rhatto
2017-03-25Cache: PDF supportSilvio Rhatto
2016-05-09script to use with errbot's exec pluginChristian Weiske
2016-05-09Move URL title method to dedicated classChristian Weiske
2015-10-16Local cache: test for 404 status codeSilvio Rhatto
2015-10-16Cached bookmarks: remove $cacheFolderSilvio Rhatto
2015-09-18mention phpmyadminChristian Weiske
2015-08-12Merge branch 'feature/cache' into productionSilvio Rhatto
2015-08-12Initial code for showing cached bookmarksfeature/cacheSilvio Rhatto
2015-08-12Merge branch 'hotfix/mod_rewrite' into productionSilvio Rhatto
2015-08-12Fix mod_rewrite issuehotfix/mod_rewriteSilvio Rhatto
2015-08-12Fix opensearch URL when root config is definedhotfix/apiSilvio Rhatto
2015-07-26link another themeChristian Weiske
2015-01-21Integrate Firefox Social API for bookmarkingChristian Weiske
2014-07-20link pear manual ldap optionsChristian Weiske
2014-04-23Add support for phancap website thumbnailer.Christian Weiske
Drop support for artviper, since their service is gone.
2014-03-31mention scuttle for androidChristian Weiske
2014-03-31mention scuttle for androidChristian Weiske
2014-03-31add scuttleoid to docs/toolsChristian Weiske
2014-03-26add option to get last modified date instead of creation dateDavid Glenck