Andrew Dolgov
8b39e6bca7
_color_pack: define variable before using
4 years ago
Andrew Dolgov
a544123b59
fix clean() for arrays and user plugin list
4 years ago
Andrew Dolgov
6e774a58fe
more php8 fixes mostly related to login
4 years ago
Andrew Dolgov
403dca154c
initial WIP for php8; bump php version requirement to 7.0
4 years ago
Andrew Dolgov
b4cbc792cc
add workaround for gulp4 not updating file timestamps on build
4 years ago
Andrew Dolgov
6d8f2221b8
Merge branch 'weblate-integration'
4 years ago
Eike
505cbdd82e
Translated using Weblate (German)
...
Currently translated at 100.0% (729 of 729 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
4 years ago
Andrew Dolgov
eb896f824d
night theme: disable on-hover undimming
4 years ago
Andrew Dolgov
927df33d49
night theme: dim images unless hovered over
4 years ago
Andrew Dolgov
64f7ac0e74
dark theme: fix color of .dijitSplitterHover
4 years ago
fox
607ecab31e
Update 'CONTRIBUTING.md'
4 years ago
fox
1507b051fd
update contributing.md due to gitea changes
4 years ago
Andrew Dolgov
6c546f37ba
af_redditimgur: handle youtube /embed/ URLs
4 years ago
Andrew Dolgov
43e9dd5ea9
feed debugger: wrap long lines
4 years ago
Andrew Dolgov
b30b354b53
af_redditimgur: add some last minute handling for generic preview media URLs provided in JSON
4 years ago
Andrew Dolgov
0d1336bd29
af_redditimgur:
...
* draw a basic form for testurl() if no url is given
* only process specific JSON media files/child elements until something is found
* handle generic preview images for self posts (not link posts because
link is handled afterwards)
4 years ago
Andrew Dolgov
1ded706f8f
af_redditimgur: cleanup, rework to embed stuff from reddit-provided JSON first
4 years ago
Andrew Dolgov
2933483393
add a hack (Headlines.unpackVisible) to workaround against unpack observer sometimes missing articles
4 years ago
Andrew Dolgov
41bde84a92
af_redditimgur: add basic support for reddit galleries
4 years ago
Andrew Dolgov
4e95591087
af_redditimgur: shorten href stuff
4 years ago
Andrew Dolgov
da0ad82c24
Archive cleanup:
...
- remove code to manually archive/unarchive articles
- remove ttrss_archived_feeds/orig_feed_id handling - the whole thing was implemented for
this data to be kept indefinitely; it doesn't make a lot of sense to deal with this stuff
now that it is expired after one month anyway (same reasons as feed browser being removed - privacy)
- remove "originally from"-related stuff because of the above
- also remove unused remaining frontend/backend code related to feed browser (rip)
4 years ago
Andrew Dolgov
6c13449088
remove CommonDialogs.feedBrowser()
4 years ago
Andrew Dolgov
25520e9784
Select... dropdown: replace dijit Select with DropDownButton, simplify layout
...
PluginHost: add HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM
Headlines.onActionChanged: removed
4 years ago
Andrew Dolgov
7a2ad08a7d
scored_oldest_first: update sort caption
4 years ago
Andrew Dolgov
c82457e534
add plugins/scored_oldest_first
4 years ago
Andrew Dolgov
bc0d50e892
remove show as feed from Select dropdown in main toolbar
4 years ago
Andrew Dolgov
b2993bcd30
remove menu options to manually un/archive articles
4 years ago
Andrew Dolgov
78ed64932f
Merge branch 'weblate-integration'
4 years ago
Andrew Dolgov
ee4b7bebe8
pluginhost: load_data: check schema last
4 years ago
Andrew Dolgov
3d32a5f755
Merge branch 'master' of git.fakecake.org:tt-rss
4 years ago
Andrew Dolgov
40f38fc87f
pluginhost: load plugin data automatically (also marks load_data method as private)
4 years ago
Andrew Dolgov
6311fb607d
pre: set white-space: pre-wrap to remove horizontal scrolling
4 years ago
Andrew Dolgov
f67f0f864b
HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid
4 years ago
Dario Di Ludovico
ff194fadea
Translated using Weblate (Italian)
...
Currently translated at 100.0% (729 of 729 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/it/
4 years ago
Andrew Dolgov
d1e8042cf3
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
4 years ago
Andrew Dolgov
6d4005f984
af_psql_trgm:
...
1. better debugging output
2. fix incorrect default values being used sometimes
3. remove special workaround for equal titles because trgm extension
seems to be working properly for those now (tested on postgres 11)
4. code cleanup
4 years ago
fox
8cf8db8456
Merge branch 'inc-tags' of JustAMacUser/tt-rss into master
4 years ago
JustAMacUser
fadf4dec96
Include tags for HOOK_ARTICLE_EXPORT_FEED.
4 years ago
Ptsa Daniel
17bc1de49e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.8% (728 of 729 strings)
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hans/
4 years ago
Weblate
219b493550
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/
4 years ago
Andrew Dolgov
8e1e9ec2e3
rebase translations
4 years ago
Andrew Dolgov
6ed6b9e120
Merge branch 'weblate-integration'
4 years ago
Andrew Dolgov
dcad60284c
translations: rebase, add T_nsprintf
4 years ago
Andrew Dolgov
33a5ecd2ce
feed editor: show purge interval correctly if FORCE_ARTICLE_PURGE is set
4 years ago
Andrew Dolgov
0868ff9d64
auth_remote: use empty() instead of isset() while checking headers
4 years ago
Andrew Dolgov
dc40f69511
fix auth_remote broken by previous commit
4 years ago
Andrew Dolgov
8a34084df1
auth_remote: rewrite header checking to be more readable
4 years ago
Andrew Dolgov
4e3ef7a4dd
get_user_ip: remove REMOTEADDR for the time being
4 years ago
Andrew Dolgov
a8302fb253
use X-Real-IP headers if possible while authenticating
4 years ago
Andrew Dolgov
8764662138
af_redditimgur: also blacklist in-content links
4 years ago