1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Commit Graph

  • 72c04123d4 HOOK_ARTICLE_IMAGE: stop after first provided match Andrew Dolgov 2021-03-07 14:19:00 +03:00
  • 518e677a6b nsfw: fix wrong return parameter count in hook article image Andrew Dolgov 2021-03-07 14:00:56 +03:00
  • 266c8a6eae add nsfw.png placeholder Andrew Dolgov 2021-03-07 13:26:03 +03:00
  • ac6a59914b nsfw: support API clients Andrew Dolgov 2021-03-07 13:22:38 +03:00
  • ffb93d72ac fix previous to actually save enabled plugins Andrew Dolgov 2021-03-07 12:28:24 +03:00
  • 773bad1490 prevent list of enabled plugins resetting if saved while in search results Andrew Dolgov 2021-03-07 12:26:33 +03:00
  • 1dcc36deca make rendered labels clickable Andrew Dolgov 2021-03-07 12:02:23 +03:00
  • c036c27ec7 logger: use constants instead of hardcoded string literals Andrew Dolgov 2021-03-07 09:05:23 +03:00
  • 17650775d2 hide event log accordion pane if LOG_DESTINATION is not sql Andrew Dolgov 2021-03-07 09:02:24 +03:00
  • 5bb8714839 allow blank override values Andrew Dolgov 2021-03-07 09:00:36 +03:00
  • 77b5201b7d set plugin list name width same as preferences table Andrew Dolgov 2021-03-07 08:29:47 +03:00
  • d6fd0d5462 add some icons, remove some words Andrew Dolgov 2021-03-06 23:51:48 +03:00
  • 39c570a9ff Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-06 23:32:32 +03:00
  • b27218a1e3 add some more dialog icons Andrew Dolgov 2021-03-06 23:32:25 +03:00
  • cb81b784e8 Merge pull request 'Fix "array offset on value of type null" for $error and $old_error' (#16) from ltGuillaume/tt-rss:master into master fox 2021-03-06 22:42:26 +03:00
  • 1d9fa2a42e reduce overhead in hash set/get Andrew Dolgov 2021-03-06 22:41:46 +03:00
  • 825e362f0e Fix "array offset on value of type null" for $error and $old_error ltGuillaume 2021-03-06 22:31:55 +03:00
  • 7b0b5b55c7 fix plugins-list line height Andrew Dolgov 2021-03-06 20:28:10 +03:00
  • 68ecf52594 some small layout fixes, remove a few inline styles Andrew Dolgov 2021-03-06 20:03:36 +03:00
  • 473ea6255c render list of plugins on the client Andrew Dolgov 2021-03-06 18:14:25 +03:00
  • 217922899d set some more type hints Andrew Dolgov 2021-03-06 15:23:54 +03:00
  • 270f0c3132 general cleanup, set some type hints Andrew Dolgov 2021-03-06 15:19:31 +03:00
  • 63651bd91d fix some leftover variables Andrew Dolgov 2021-03-06 15:05:45 +03:00
  • e5469479c1 * don't try to update custom set feed favicons * cleanup update_rss_feed() a bit, use ORM Andrew Dolgov 2021-03-06 11:17:15 +03:00
  • 42e057c808 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-05 22:33:42 +03:00
  • 53dcd4b229 fix plugins not shown as already installed if they have more than 1 dash Andrew Dolgov 2021-03-05 22:33:06 +03:00
  • 42cb2e5112 Merge pull request 'The type hint for 'DAEMON_MAX_CHILD_RUNTIME' should be T_INT' (#15) from wn/tt-rss:deamon-max-child-runtime-type-hint into master fox 2021-03-05 21:56:27 +03:00
  • 2e8b064236 The type hint for 'DAEMON_MAX_CHILD_RUNTIME' should be T_INT wn_ 2021-03-05 17:32:32 +00:00
  • 2cd159e2ce use separate database column for OTP secrets (migrate previous format if needed) Andrew Dolgov 2021-03-05 17:40:17 +03:00
  • 2aed79d729 schema: add separate otp_secret column Andrew Dolgov 2021-03-05 17:16:48 +03:00
  • ecb94ec23d login page: fix a warning if return is unset Andrew Dolgov 2021-03-05 15:35:48 +03:00
  • 5c1f9f31bd add a bunch of button icons Andrew Dolgov 2021-03-05 15:16:41 +03:00
  • fe06416f17 sessions: stop validating against hash of user agent because chromium is sending different agent headers for whatever reason, example: Andrew Dolgov 2021-03-05 12:27:23 +03:00
  • 98c75a9e43 don't check for plugin updates automatically on pane open Andrew Dolgov 2021-03-05 10:25:32 +03:00
  • b649d2240f split af_zz_noautoplay into a separate repo Andrew Dolgov 2021-03-05 10:17:35 +03:00
  • c8883d3440 af_comics filters: don't try to load empty html Andrew Dolgov 2021-03-05 10:07:34 +03:00
  • bc2953b5e7 split no_url_hashes into a separate repo Andrew Dolgov 2021-03-05 09:55:28 +03:00
  • 198c9b4069 split scored_oldest_first into a separate repo Andrew Dolgov 2021-03-05 09:52:45 +03:00
  • e8e6329040 rename unfairly prefixed get_enclosures() in feeditem Andrew Dolgov 2021-03-05 09:35:17 +03:00
  • c744cfe2dc plugin installer: show last commit timestamp Andrew Dolgov 2021-03-05 08:23:26 +03:00
  • d016f7a499 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-04 19:50:32 +03:00
  • 476965b161 show installed plugins in the installer list Andrew Dolgov 2021-03-04 19:50:19 +03:00
  • c9b0196de0 Merge pull request 'Fix Undefined index when using Single User Mode' (#14) from Threk/tt-rss:master into master fox 2021-03-04 18:50:35 +03:00
  • 9442ceb7bd Fix Undefined index when using Single User Mode Threk 2021-03-04 18:32:18 +03:00
  • f398fea414 shorten plugin list action buttons Andrew Dolgov 2021-03-04 16:44:21 +03:00
  • cb4b730e42 split af_unburn Andrew Dolgov 2021-03-04 16:31:48 +03:00
  • 386dc415d9 a bit better search behavior for plugin installer Andrew Dolgov 2021-03-04 16:28:58 +03:00
  • 9b8b07376f shorten install button text Andrew Dolgov 2021-03-04 15:59:13 +03:00
  • f90531ae40 reduce plugin installer entry height Andrew Dolgov 2021-03-04 15:58:26 +03:00
  • 6cf771f2bc _get_available_plugins: decode as array Andrew Dolgov 2021-03-04 15:57:11 +03:00
  • c50a4296a5 split vf_shared Andrew Dolgov 2021-03-04 15:54:44 +03:00
  • 04128c7870 add search to plugin installer Andrew Dolgov 2021-03-04 15:52:37 +03:00
  • 2f6ea8b387 split a bunch of plugins into separate repos Andrew Dolgov 2021-03-04 15:09:56 +03:00
  • b74e313844 use computed style for element.prototype.visible Andrew Dolgov 2021-03-04 14:53:33 +03:00
  • 4fda5ccd0e fix a bunch of bookmarklets login forms not leading back Andrew Dolgov 2021-03-04 13:40:54 +03:00
  • 30765805fd use orm for settings profiles stuff Andrew Dolgov 2021-03-04 12:30:45 +03:00
  • 31b29e0a56 log applied migrations Andrew Dolgov 2021-03-04 11:33:25 +03:00
  • 8f8ca49e4b migrations: refuse to apply empty schema files Andrew Dolgov 2021-03-04 10:13:29 +03:00
  • 4ede76280b migrations: don't try to use transactions on mysql Andrew Dolgov 2021-03-04 09:43:12 +03:00
  • bd4ade6329 remove ttrss_version from base schema Andrew Dolgov 2021-03-04 09:31:38 +03:00
  • 5eb0f3d640 bring back web dbupdate using new migrations system Andrew Dolgov 2021-03-04 09:22:24 +03:00
  • e19570f422 sessions: don't check schema version Andrew Dolgov 2021-03-04 08:32:19 +03:00
  • c0fb0a5ec0 wip for db_migrations for core schema Andrew Dolgov 2021-03-04 08:30:52 +03:00
  • 921569e5da support loading base schema as latest version Andrew Dolgov 2021-03-04 07:26:05 +03:00
  • 8256ab5dd9 wip: initial for db_migrations Andrew Dolgov 2021-03-03 23:38:52 +03:00
  • 0cb719a404 add basic local plugin uninstaller Andrew Dolgov 2021-03-03 19:35:11 +03:00
  • 5c6c123676 Translated using Weblate (Czech) Marek Pavelka 2021-03-02 14:45:23 +00:00
  • dfdb746a76 add word wrap for git stdout/stderr pre elements Andrew Dolgov 2021-03-03 19:18:43 +03:00
  • cb7f322f09 add basic plugin installer (uses tt-rss.org) Andrew Dolgov 2021-03-03 19:07:39 +03:00
  • 06cb181f73 add update button for system plugins Andrew Dolgov 2021-03-03 14:17:55 +03:00
  • 75e659ba65 reduce Amount of Caps Used in Multiple Dialogs Andrew Dolgov 2021-03-03 14:10:18 +03:00
  • 0730128a97 add a send test email button to prefs/system Andrew Dolgov 2021-03-03 14:00:18 +03:00
  • dbda996a7a previous one was not good enough i guess Andrew Dolgov 2021-03-03 11:37:58 +03:00
  • 1aedd22306 config::make_self_url() strip index.php etc Andrew Dolgov 2021-03-03 11:35:04 +03:00
  • 50087df162 * remove _SKIP_SELF_URL_PATH_CHECKS * simplify SELF_URL_PATH checks wrt trailing slash Andrew Dolgov 2021-03-03 11:23:39 +03:00
  • adf7189e94 show timing information in xhr.post/json Andrew Dolgov 2021-03-03 09:56:35 +03:00
  • 3b67abb0ea reddit: import comment counts Andrew Dolgov 2021-03-02 21:32:20 +03:00
  • 6f93c45c28 use orm in some more places; prevent _get_cat_title from hitting the db for uncategorized Andrew Dolgov 2021-03-02 20:07:31 +03:00
  • 9ec0732942 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-02 19:21:27 +03:00
  • ba86c64d38 add digest preview button, also fix a bunch of bugs Andrew Dolgov 2021-03-02 19:21:21 +03:00
  • c4b78ed0a6 Merge pull request 'Fix undefined array key warnings when using iOS app' (#12) from sam302psu/tt-rss:undefined-array-keys into master fox 2021-03-02 19:00:08 +03:00
  • 57fdf032e9 changed skip and limit to coalesce to 0 instead of "" sam302psu 2021-03-02 18:44:13 +03:00
  • 8f8142df29 Fix undefined array key warnings when using iOS app sam302psu 2021-03-02 17:36:57 +03:00
  • 386316aba1 update previous (comment) Andrew Dolgov 2021-03-02 17:12:35 +03:00
  • 1ab6ca57af initialize Db object early because otherwise ORM might be used unconfigured Andrew Dolgov 2021-03-02 17:11:38 +03:00
  • 9ad4cbeeca wip separate handlers exp-separate-handlers Andrew Dolgov 2021-03-02 15:16:38 +03:00
  • d6629ed188 move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/updater class Andrew Dolgov 2021-03-02 15:03:01 +03:00
  • 86b12fc06c pluginhost: remove namespace classloader, plugins should use composer instead Andrew Dolgov 2021-03-02 13:38:03 +03:00
  • 08ff629af5 limit user data sent to frontend Andrew Dolgov 2021-03-02 13:29:54 +03:00
  • d4ad483add user editor: allow toggling otp Andrew Dolgov 2021-03-02 13:27:41 +03:00
  • 982bd838bf use orm when setting personal data; fix some warnings in mailer class Andrew Dolgov 2021-03-02 13:20:41 +03:00
  • 30b94fb194 store widescreen mode setting in preferences instead of a cookie Andrew Dolgov 2021-03-02 12:22:48 +03:00
  • 1a7f724bfa move around some methods in base plugins class Andrew Dolgov 2021-03-02 12:15:42 +03:00
  • 20d0cbff77 use ORM for article _labels_of/_feeds_of Andrew Dolgov 2021-03-02 12:08:54 +03:00
  • f9888fc67f use separate connection for logging Andrew Dolgov 2021-03-02 11:37:56 +03:00
  • c4eaab8a31 feeds/_add_cat: use ORM Andrew Dolgov 2021-03-02 10:24:15 +03:00
  • 7cf12233d7 use ORM when subscribing feeds Andrew Dolgov 2021-03-02 10:11:42 +03:00
  • dae0476159 sql logger: use orm Andrew Dolgov 2021-03-02 09:58:50 +03:00
  • 2005a7bf4f revise behavior of Feeds::_cat_of Andrew Dolgov 2021-03-02 09:36:44 +03:00
  • f097ae608d article/redirect: use orm (cast id to int) Andrew Dolgov 2021-03-02 09:31:57 +03:00