Andrew Dolgov
|
b74e313844
|
use computed style for element.prototype.visible
|
4 years ago |
Andrew Dolgov
|
cb7f322f09
|
add basic plugin installer (uses tt-rss.org)
|
4 years ago |
Andrew Dolgov
|
adf7189e94
|
show timing information in xhr.post/json
|
4 years ago |
Andrew Dolgov
|
6359259dbb
|
simplify internal authentication code and bump default algo to SSHA-512
|
4 years ago |
Andrew Dolgov
|
56b10fea18
|
pass translations to frontend as a json object
|
4 years ago |
Andrew Dolgov
|
8d2e3c2528
|
drop errors.php and simplify error handling
|
4 years ago |
Andrew Dolgov
|
fb471652c0
|
Merge branch 'wip-filter-stuff'
|
4 years ago |
Andrew Dolgov
|
9e56896bd4
|
Element visible: check for offsetHeight/offsetWidth
|
4 years ago |
Andrew Dolgov
|
da97b29dbe
|
prevent filter selected text dialog from opening in wrong order
|
4 years ago |
Andrew Dolgov
|
cf249d7e8c
|
modify classname helpers to use element.classList; fix feed debugger & share--get
|
4 years ago |
Andrew Dolgov
|
d445530fa0
|
format note on the client
|
4 years ago |
Andrew Dolgov
|
660a1bbe01
|
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible)
* show net/log indicators in prefs
|
4 years ago |
Andrew Dolgov
|
bb4e4282f4
|
migrate a bunch of xhrPost invocations
|
4 years ago |
Andrew Dolgov
|
6b43b788d9
|
migrate xhrJson invocations to the new helper
|
4 years ago |
Andrew Dolgov
|
dba6dce3b3
|
add element fadeout/fadein and a shorter xhr helper
|
4 years ago |
Andrew Dolgov
|
f645120641
|
table helpers: don't try to iterate over a single element
|
4 years ago |
Andrew Dolgov
|
d26269865f
|
use .closest() instead of .up() to lookup parent by selector
|
4 years ago |
Andrew Dolgov
|
bec35200e9
|
fix some eslint-related stuff
|
4 years ago |
Andrew Dolgov
|
00310d2d23
|
cleanup some unused code, fix App.byId() invoked by wrong name
|
4 years ago |
Andrew Dolgov
|
d57e7eaa98
|
move stuff in common.js around a bit
|
4 years ago |
Andrew Dolgov
|
b6c3dde1cc
|
add $/423 shims
|
4 years ago |
Andrew Dolgov
|
89fd9ec8c3
|
compat shim fixes
|
4 years ago |
Andrew Dolgov
|
e61e7c8356
|
compat shim fixes
|
4 years ago |
Andrew Dolgov
|
f77c17c6f0
|
add Element toggleClassName
|
4 years ago |
Andrew Dolgov
|
70fa423026
|
initial for RIP prototype/scriptaculous
|
4 years ago |
Andrew Dolgov
|
7f0800537e
|
silence (or fix) a bunch of eslint warnings
|
4 years ago |
Andrew Dolgov
|
d01ad09800
|
eslint-related fixes; move a few things from global context to App
|
4 years ago |
Andrew Dolgov
|
788ea95fbd
|
feed tree: do not mark Labels as Special
|
5 years ago |
Andrew Dolgov
|
7a98105960
|
remove old fatalError(), move everything to App.Error
update exception dialog css
|
6 years ago |
Andrew Dolgov
|
2cbc2f5261
|
bring back frontend sanity check w/ App.checkBrowserFeatures()
|
6 years ago |
Andrew Dolgov
|
7cfd04ffb4
|
xhr helpers: wrap in promises
|
6 years ago |
Andrew Dolgov
|
bd66a9ef28
|
render article on the client using headlines data
|
6 years ago |
Andrew Dolgov
|
c31ae870c9
|
popupOpenArticle: don't cause an exception if popups are blocked
|
6 years ago |
Andrew Dolgov
|
0b8cbc9156
|
remove some bitmaps and rework stuff using it to use iconfont instead
|
6 years ago |
Andrew Dolgov
|
d99d04a2ae
|
notify: use iconfont, update colors and increase height a bit
|
6 years ago |
Andrew Dolgov
|
0e25f5d512
|
add Lists.select() and make filter dialogs use it
|
6 years ago |
Andrew Dolgov
|
71fc6d45bd
|
refactor error reporting to AppBase; keep exception_error() for now as a shim
|
6 years ago |
Andrew Dolgov
|
ac8361e6f6
|
add AppBase as a shared ancestor for main and prefs app objects
remove event.observe stuff from startup, unneeded
|
6 years ago |
Andrew Dolgov
|
eeb49d375c
|
uploadIconHandler -> CommonDialogs
|
6 years ago |
Andrew Dolgov
|
526389b2d3
|
update notify_* calls to use Notify
|
6 years ago |
Andrew Dolgov
|
495248dd97
|
add Notify object
|
6 years ago |
Andrew Dolgov
|
d9c5c93cef
|
move some more stuff out of common.js
rework client-side cookie functions a bit
limit dojo cachebust based on server scripts modification time
remove param_escape()
|
6 years ago |
Andrew Dolgov
|
f89924f7a1
|
set use strict on JS modules; remove some mostly useless stuff like get_minified_js()
|
6 years ago |