Commit Graph

6362 Commits (8cabc200d5f50327641c6c3ee615095f632afd87)
 

Author SHA1 Message Date
Andrew Dolgov 8cabc200d5 increase updstart locking interval to prevent concurrent updates; decrease batch size for the daemon 11 years ago
Andrew Dolgov 6c0d41c644 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov f90728cde2 increase MAX_CHILD_RUNTIME 11 years ago
Andrew Dolgov 867fb07c39 daemon: remove feed limit (unused) 11 years ago
Andrew Dolgov 0e6bdaeff0 daemon: use define_default 11 years ago
Andrew Dolgov fce451a4f7 fix updating for pgsql
increase default batch size
remove random check between feedbrowser or update task executing
11 years ago
Andrew Dolgov 81c2066345 updating: do not use cache timestamp if it is unusable for current feed;
sort chronologically instead of random
11 years ago
Andrew Dolgov 37ddf5b7e7 fetch: check if http_response_header is set 11 years ago
Andrew Dolgov 48c1d0c71b autoload: include functions.php 11 years ago
Andrew Dolgov 50d4b30b33 get_version: force UTC 11 years ago
Andrew Dolgov 6ee0d4b05c do not recalculate avg color repeatedly 11 years ago
Andrew Dolgov 560cbd8c0d attempt to recalculate favicon avg color if it changes 11 years ago
Andrew Dolgov 36490f11a3 add a hack so that if floicon fails on some icon, it won't be processed again 11 years ago
Andrew Dolgov 3921f5081b only show reset password link when auth_internal is enabled (refs #681) 11 years ago
Andrew Dolgov 3a05cddd48 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 11 years ago
Andrew Dolgov 6316898f8d special version reporting for git 11 years ago
Andrew Dolgov 4e5ad1c448 Merge pull request #166 from supahgreg/master
Removing a quotation mark
11 years ago
supahgreg 6704bb2cb9 minor: remove an unnecessary quotation mark 11 years ago
Andrew Dolgov 1e253d1ec9 Merge pull request #163 from dandersson/fix_lock_path
Fix doubly applied basepaths to lockfiles.
11 years ago
Andrew Dolgov 84a463ecb8 Merge pull request #165 from fschlich/master
googlereaderimport: actually pass $link to create_article()
11 years ago
Florian Schlichting c6c968b042 googlereaderimport: actually pass $link to create_article()
otherwise the link db field will be empty, and viewing the original
article of an imported starred item results in an empty backend.php page
11 years ago
Andrew Dolgov f6299a731c Merge pull request #164 from Ardetus/master
Finnish translation updated.
11 years ago
Arto Tolonen 06787b2c5b Finnish translation updated. 11 years ago
Andrew Dolgov f66492d357 better javascript error reporting, save error reports in tt-rss log 11 years ago
Andrew Dolgov 9ce600c801 disable on subscription feed XML validation for the time being 11 years ago
Daniel Andersson 1134497129 Fix doubly applied basepaths to lockfiles. 11 years ago
Andrew Dolgov 6122c449ab correctly report fetch error 11 years ago
Andrew Dolgov 01311d86fe fetch: support if-modified-since without CURL 11 years ago
Andrew Dolgov 106a3de91c plugins: bump API version 11 years ago
Andrew Dolgov ddf28801e4 implement plugin API version compatibility check 11 years ago
Andrew Dolgov 726bd48e8c better handle get_link() enabled plugins crashing on load 11 years ago
Andrew Dolgov 68cccafcad remove debug_enabled global 11 years ago
Andrew Dolgov 9ec103525d update_rss_feed: simplify debug reporting 11 years ago
Andrew Dolgov ebec81a6fb subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails 11 years ago
Andrew Dolgov 1367bc3f5e trim received feed data on fetch 11 years ago
Andrew Dolgov 92c9a20cf5 update installer mysqli_connect to only use port if defined 11 years ago
Andrew Dolgov df25e4d221 check if http_response_header is defined 11 years ago
Andrew Dolgov b367c951b9 make logging configurable; add logging to syslog 11 years ago
Andrew Dolgov f1c6dd7e90 Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"
This reverts commit 7f1113a56a.
11 years ago
Andrew Dolgov 96db9a14d9 do not try to calculate icon avg color if GD is not present 11 years ago
Andrew Dolgov 48ed517e8d pref_prefs: remove second argument from the constructor 11 years ago
Andrew Dolgov b20b6af0dc only pass port to mysqli_connect when it is set 11 years ago
Andrew Dolgov 1f29443530 fix missing DB object when instantiated to import opml 11 years ago
Andrew Dolgov 7f1113a56a _DISABLE_FLOICON -> _ENABLE_FLOICON 11 years ago
Andrew Dolgov 3c200461f8 more notice css tweaks 11 years ago
Andrew Dolgov 6a1f424924 floIcon: add experimental SizeInBytes cap 11 years ago
Andrew Dolgov ce2b219c64 entry_author: do not double escape string, author & comments: trim 11 years ago
Andrew Dolgov 6d9426feae tweak notice/warning/etc display 11 years ago
Andrew Dolgov bbffc43e4f actually check for DB_PORT in installer, add better hints and use mysqli if available 11 years ago
Andrew Dolgov 1daf0f75fa pass DB_PORT as string 11 years ago