Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | Fix: formattingproductiondevelop | Silvio Rhatto | |
2023-08-30 | Adds Wayback Machine links to bookmarks | Silvio Rhatto | |
2023-08-30 | Merge branch 'master' into develop | Silvio Rhatto | |
2023-08-30 | Merge branch 'master' of github.com:rhatto/SemanticScuttleHEADmaster | Silvio Rhatto | |
2023-08-30 | Merge pull request #2 from jasonmm/rector | rhatto | |
Update code to work with modern PHP. | |||
2022-06-21 | Remove unused function that broke pages. | Jason | |
2022-06-21 | Do not pass a null to `count`. | Jason | |
2022-06-21 | Use 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. | |||
2021-04-08 | Fix: try to fix bookmark import size limit | Silvio Rhatto | |
2020-12-13 | Updates kvmxfile | Silvio Rhatto | |
2020-12-05 | Fix: ignore .htpasswd | Silvio Rhatto | |
2020-12-05 | Fix: restrict access using HTTP Auth | Silvio Rhatto | |
2020-12-05 | Fix: create an index at sc_bookmarks2tags table | Silvio Rhatto | |
This index increases the performance of queries that selects tags from a given bookmark. | |||
2020-12-05 | Feat: adds a robots.txt | Silvio 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-01 | Fix: bookmarks: add values to bVoting and bVotes | Silvio Rhatto | |
Avoid this kind of MySQL errors: ERROR 1364 (HY000): Field 'bVoting' doesn't have a default value | |||
2020-10-01 | Merge remote-tracking branch 'querwurzelt/master' into mergev0.99.0 | Silvio Rhatto | |
2020-10-01 | Feat: dev environment using kvmx and puppet | Silvio Rhatto | |
2020-10-01 | Merge commit 'c212514035cffd38acbfac1413064937b28685b6' as 'puppet' | Silvio Rhatto | |
2020-10-01 | Squashed 'puppet/' content from commit eb5ecc4 | Silvio Rhatto | |
git-subtree-dir: puppet git-subtree-split: eb5ecc4fcad6bd4f75e38683ae12a8dba4382c0b | |||
2020-10-01 | Forking the project, sorry | Silvio Rhatto | |
2019-01-21 | PHP 7.3 compat, bug fixes | querwurzelt | |
2018-10-15 | Themes: mono: mobile first fixv0.98.6 | Silvio Rhatto | |
2018-10-15 | Merge branch 'master' into develop | Silvio Rhatto | |
2018-10-15 | Themes: mono: mobile first behavior | Silvio Rhatto | |
2018-03-23 | Merge pull request #1 from jasonmm/master | rhatto | |
Update and bug fix | |||
2018-03-22 | Permalink support | Silvio Rhatto | |
2018-03-22 | Adds viewport meta tag into html head | Silvio Rhatto | |
2018-03-22 | Adds 'mono' theme | Silvio Rhatto | |
Monospace and with less colors version of the default theme. | |||
2017-09-12 | Added missing semicolon. | Jason | |
2017-04-19 | Cache: Handle PDF links | Silvio Rhatto | |
2017-03-25 | Adds cache into .gitignore | Silvio Rhatto | |
2017-03-25 | Create cacheUrl cacheInfo folder recursivelly | Silvio Rhatto | |
2017-03-25 | Syntax fixes | Silvio Rhatto | |
2017-03-25 | Syntax fixes | Silvio Rhatto | |
2017-03-25 | Cache cacheUrl information to avoid slowness due to excessive curls calls | Silvio Rhatto | |
2017-03-25 | Cache: PNG support | Silvio Rhatto | |
2017-03-25 | Cache: PDF support | Silvio Rhatto | |
2016-05-09 | script to use with errbot's exec plugin | Christian Weiske | |
2016-05-09 | Move URL title method to dedicated class | Christian Weiske | |
2015-10-16 | Local cache: test for 404 status code | Silvio Rhatto | |
2015-10-16 | Cached bookmarks: remove $cacheFolder | Silvio Rhatto | |
2015-09-18 | mention phpmyadmin | Christian Weiske | |
2015-08-12 | Merge branch 'feature/cache' into production | Silvio Rhatto | |
2015-08-12 | Initial code for showing cached bookmarksfeature/cache | Silvio Rhatto | |
2015-08-12 | Merge branch 'hotfix/mod_rewrite' into production | Silvio Rhatto | |
2015-08-12 | Fix mod_rewrite issuehotfix/mod_rewrite | Silvio Rhatto | |
2015-08-12 | Fix opensearch URL when root config is definedhotfix/api | Silvio Rhatto | |
2015-07-26 | link another theme | Christian Weiske | |
2015-01-21 | Integrate Firefox Social API for bookmarking | Christian Weiske | |
2014-07-20 | link pear manual ldap options | Christian Weiske | |