index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
CommonDialogs.js
Age
Commit message (
Expand
)
Author
2025-07-06
Separate feed type detection from init, don't subscribe on failures.
wn_
2025-06-19
Clean up displaying subscription error info, log more detailed info to the ev...
wn_
2025-06-17
Remove unused subscription return code 6
wn_
2025-06-17
Escape error content displayed when subscribing fails (as it might contain HT...
wn_
2025-06-17
Show some HTML content as a hover tip when the 'feed URL' returned HTML witho...
wn_
2025-03-19
allow setting update interval in subcribe to feed dialog
Andrew Dolgov
2024-05-16
Add option to debug feeds in 'Feeds with update errors' dialog.
wn_
2023-12-23
Ensure the feed name is easily visible when looking at the feeds with errors ...
wn_
2023-10-26
Fix class names in some more places.
wn_
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-04-01
Make edit feed dialog's 'remove icon' button a regular button.
wn_
2021-11-14
show safe mode warning dialog in prefs
Andrew Dolgov
2021-11-10
add two helper account access levels:
Andrew Dolgov
2021-03-16
use svg icon for the subscribe dialog
Andrew Dolgov
2021-03-06
add some more dialog icons
Andrew Dolgov
2021-03-06
some small layout fixes, remove a few inline styles
Andrew Dolgov
2021-03-06
* don't try to update custom set feed favicons
Andrew Dolgov
2021-03-05
add a bunch of button icons
Andrew Dolgov
2021-03-03
reduce Amount of Caps Used in Multiple Dialogs
Andrew Dolgov
2021-02-21
move published opml JS code to pref helpers
Andrew Dolgov
2021-02-21
Open the default feed after unsubscribing.
wn_
2021-02-20
feed editor: use client dialog
Andrew Dolgov
2021-02-20
wip: feed editor client-side
Andrew Dolgov
2021-02-19
* switch to xhr.post() almost everywhere
Andrew Dolgov
2021-02-19
migrate a bunch of xhrPost invocations
Andrew Dolgov
2021-02-19
migrate xhrJson invocations to the new helper
Andrew Dolgov
2021-02-19
fix some eslint-related stuff
Andrew Dolgov
2021-02-19
properly validate feed editor dialog
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-17
* App: rename hidden to hidden_tag
Andrew Dolgov
2021-02-16
CommonDialogs.addLabel: remove long unused parameters
Andrew Dolgov
2021-02-15
subscribe to feed: use client dialog
Andrew Dolgov
2021-02-15
shared opml and feed dialogs: remove unique target element id, move associate...
Andrew Dolgov
2021-02-14
render headline-specific toolbar on the client
Andrew Dolgov
2021-02-13
feeds with errors: use client dialog
Andrew Dolgov
2021-02-12
silence some more eslint warnings
Andrew Dolgov
2021-02-12
prefs: fix published shared URL dialog
Andrew Dolgov
2021-02-12
move some dialogs to xhr loading
Andrew Dolgov
2021-02-12
more dialog-related cleanup
Andrew Dolgov
2021-02-12
* OPML import: don't reload everything, just feed tree
Andrew Dolgov
2021-02-12
* customizeCSS: client dialog
Andrew Dolgov
2021-02-11
generated feed: use client dialog
Andrew Dolgov
2021-02-11
publishedOPML: use client dialog
Andrew Dolgov
2021-01-17
remove CommonDialogs.feedBrowser()
Andrew Dolgov
2020-09-15
editFeed: only try to reload feed tree in preferences if its actually there
Andrew Dolgov
2020-09-15
Feeds: load quickaddfeed and search dialogs via XHR w/ CSRF protection
Andrew Dolgov
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-06-04
don't use declare() for static objects with no inheritance because apparently...
Andrew Dolgov
2020-02-28
fix typo
Andrew Dolgov
[next]