Rob Hoelz
baaf4c3043
Make search mechanism pluggable
...
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine
for searching. It would be nice if other search engines (such as
Xapian) could be used, or if features of the underlying SQL engine
(such as MySQL's FULLTEXT indexes) could be leveraged. This commit
makes searching into a plugin hook, falling back to the builtin behavior
if no search plugin is active. The Sphinx search behavior has been
broken out into a plugin.
11 years ago
Andrew Dolgov
3eb55333c6
do not use iconv in tag_is_valid, data should be utf8 anyway at this point; remove sanity check for iconv because parser does not use it
11 years ago
Andrew Dolgov
55c773e893
add a sanity check for system sphinx client which conflicts with the bundled one
11 years ago
Frederik Holden
39de69406b
Change default SELF_URL_PATH for RFC 2602
11 years ago
Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
12 years ago
Matthias Wirtz
95a10c1225
fixed sanity check (mysqli_connect is also allowed now)
12 years ago
Andrew Dolgov
a42c55f02b
fix blank character after opening bracket in function calls
12 years ago
Andrew Dolgov
6322ac79a0
remove $link
12 years ago
Andrew Dolgov
5276b7c768
fix handling of blank FEED_CRYPT_KEY
12 years ago
Andrew Dolgov
044cff2d74
implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)
12 years ago
Andrew Dolgov
3306daecf4
implement upload-related support for open_basedir
12 years ago
Andrew Dolgov
b3b48f61c0
add an angrier blurb to sanity_check.php
12 years ago
Andrew Dolgov
24ff3b44d2
sanity check: better suggestion for SELF_URL_PATH
12 years ago
Andrew Dolgov
6cfd3c149c
remove SESSION_EXPIRE_TIME
12 years ago
Andrew Dolgov
884d16505e
tweak how utility.css-based stuff looks
12 years ago
Andrew Dolgov
d0c6dd29d1
add experimental easy installer
12 years ago
Andrew Dolgov
e2b0054be4
experimental patch to enable compatibility with php safe_mode
12 years ago
Andrew Dolgov
c670a80ddd
cache minified js files
12 years ago
Andrew Dolgov
8b45a5d907
add startup check for iconv (refs #571 )
12 years ago
Andrew Dolgov
1b113281ff
make version checks a bit more readable
12 years ago
Dimitar Dimitrov
9f1d4dc282
Somehow I managed to get it wrong the first time.
12 years ago
Dimitar Dimitrov
737ef4dcc2
Compare versions in a more robust way.
12 years ago
Andrew Dolgov
72679db8c7
add sanity check for no auth modules being enabled in PLUGINS
12 years ago
Andrew Dolgov
618e2d3594
mention that modifying sanity_check.php makes instance unsupported
12 years ago
Andrew Dolgov
acccafe3da
replace htmlpurifier with htmlawed
12 years ago
Andrew Dolgov
9170056c55
bump PHP version requirement to 5.3.0
12 years ago
Andrew Dolgov
79f946be6f
sanity: add php version check
12 years ago
Andrew Dolgov
545ca06789
do not perform sanity checks on each backend request
12 years ago
Andrew Dolgov
383b00906c
sanity_check: fix typo
12 years ago
Andrew Dolgov
010efc9b81
Revert "remove htmlpurifier"
...
This reverts commit c21a462d52
.
13 years ago
Andrew Dolgov
c21a462d52
remove htmlpurifier
13 years ago
Andrew Dolgov
382268c6c9
rate-limit requests for favicons when not present to conserve traffic (refs #457 )
13 years ago
Andrew Dolgov
5be0ba92dd
rework initial sanity check to report all found errors
13 years ago
Andrew Dolgov
af0845ca9a
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
13 years ago
Andrew Dolgov
fe2f004cd9
add sanity check for hash() function
13 years ago
Andrew Dolgov
5b7bd238ee
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
13 years ago
Andrew Dolgov
3854d15e12
sanity check: prevent running tt-rss as root
13 years ago
Andrew Dolgov
61c1812f29
implement preferred time for sending out digests
13 years ago
Andrew Dolgov
e90053fe84
improve password storage (use sha256 and long random salt)
...
bump schema
13 years ago
Andrew Dolgov
566faa1476
implement neutral-format personal data export
13 years ago
Andrew Dolgov
ba975b2ec7
implement filtering by category ( closes #386 )
13 years ago
Andrew Dolgov
d4e35925e0
bump config version
13 years ago
Andrew Dolgov
2604ad7d94
add test for LOCK_DIRECTORY
13 years ago
Andrew Dolgov
09e8bdfd18
simplify default global config, expand sanity_check messages
13 years ago
Andrew Dolgov
9da0e4a2ff
fix 500 error on missing config.php
13 years ago
Andrew Dolgov
107d0cf39e
overall directory tree cleanup
13 years ago