Andrew Dolgov
|
a42c55f02b
|
fix blank character after opening bracket in function calls
|
12 years ago |
Andrew Dolgov
|
6322ac79a0
|
remove $link
|
12 years ago |
Andrew Dolgov
|
f240d26e46
|
move db-updater functionality to public, remove db-updater.php
|
12 years ago |
Andrew Dolgov
|
b4c47f7e7b
|
add command-line db schema updater
|
12 years ago |
Andrew Dolgov
|
aadd636a01
|
enable remember me
|
12 years ago |
Andrew Dolgov
|
9ce7a5546c
|
implement some tweaks to session handling; properly remove session cookie if invalid/login failed
|
12 years ago |
Andrew Dolgov
|
2faef8349c
|
generated feeds: lower default query limit
|
12 years ago |
Andrew Dolgov
|
d6ba77f3ad
|
fix 304 being returned all the time
|
12 years ago |
Andrew Dolgov
|
2e35a7070b
|
generated feeds: support if-modified-since
|
12 years ago |
symac
|
e9c6e27ddb
|
Update public.php
Adding ability to access ARTICLE_NOTE directly in themes. Needed in a project of sharing RSS with notes in a specific atom field.
|
12 years ago |
Andrew Dolgov
|
e216d3025f
|
forgotpass: remove secretkey stuff because of new session handling; use stylesheet/javascript_tag
|
12 years ago |
Andrew Dolgov
|
9a2aed9193
|
sharepopup: use stylesheet/javascript_tag
|
12 years ago |
Andrew Dolgov
|
7ef7dd31ee
|
syndicated feeds: fix ordering for last_marked etc
|
12 years ago |
Andrew Dolgov
|
8aa01d7989
|
disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order
|
12 years ago |
Andrew Dolgov
|
483f15d538
|
update utility.css related stuff some more
|
12 years ago |
Andrew Dolgov
|
f231f438ba
|
reimplement remember_me
|
12 years ago |
Andrew Dolgov
|
60ed4c9ad5
|
add yet another workaround for stuck login due to session cookies
|
12 years ago |
Andrew Dolgov
|
f79bd4397f
|
login: add session_destroy() first
|
12 years ago |
Andrew Dolgov
|
cda55d67d0
|
add cleanup_tags/purge orphans to globalUpdateFeeds and simple update
rpc call (closes #636)
|
12 years ago |
Andrew Dolgov
|
5160620c8a
|
only autostart session if login cookie exists
|
12 years ago |
Andrew Dolgov
|
00df2b5f91
|
various utility.css updates
|
12 years ago |
Andrew Dolgov
|
884d16505e
|
tweak how utility.css-based stuff looks
|
12 years ago |
Andrew Dolgov
|
f43e9e97a5
|
add basic password recovery thing
|
12 years ago |
Andrew Dolgov
|
feb9b2dfc9
|
generate_syndicated_feeds use last_published/last_marked
|
12 years ago |
Andrew Dolgov
|
3972bf5981
|
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
|
12 years ago |
Joschasa
|
ca5d9be49f
|
Remove deprecated $match_on
|
12 years ago |
Andrew Dolgov
|
6b3f228fdc
|
ignore VFEED_GROUP_BY_FEED when generating syndicated feeds
|
12 years ago |
Andrew Dolgov
|
5083271956
|
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
|
12 years ago |
Andrew Dolgov
|
10bdeb4b82
|
misc generated feed tweaks (fix json content-type, etc)
|
12 years ago |
Andrew Dolgov
|
ebff9ef7c6
|
instances: add fbexport method
|
12 years ago |
Andrew Dolgov
|
61a748f87f
|
fix sharepopup/subscribe public handler actions in single user mode
|
12 years ago |
Andrew Dolgov
|
1b4d1a6b44
|
sharepopup: implement assigning labels while sharing
|
12 years ago |
Andrew Dolgov
|
b3682750bb
|
Revert "sanitize article content when importing data from feed"
This reverts commit c7fe1b4e9e .
Conflicts:
include/functions.php
include/rssfuncs.php
|
12 years ago |
Andrew Dolgov
|
c7fe1b4e9e
|
sanitize article content when importing data from feed
|
12 years ago |
Andrew Dolgov
|
008ebad928
|
syndicated feeds: force sort by last_read for published
|
12 years ago |
Andrew Dolgov
|
ce5652160e
|
generated feeds: add offset=
|
12 years ago |
Andrew Dolgov
|
759e5132a1
|
subscribe_to_feed: stop fetching URL multiple times while subscribing, various other speedups
|
12 years ago |
Andrew Dolgov
|
22439dad49
|
sharepopup look tweaks
|
12 years ago |
Andrew Dolgov
|
eeee2ccf74
|
login form: resize input fields, fix missing error output
|
12 years ago |
Andrew Dolgov
|
675f198a7c
|
rework login form
|
12 years ago |
Andrew Dolgov
|
2d6847495f
|
fix OTP
|
12 years ago |
Andrew Dolgov
|
d493aba238
|
allow logging in by sharepopup
|
12 years ago |
Andrew Dolgov
|
97acbaf190
|
login system fixes
remove old-style session checking from backend.php
move outside subscription endpoint to public.php, change subscription
bookmarklet
|
12 years ago |
Andrew Dolgov
|
c3d2cda86d
|
bump default for generated feed article count to 100
|
12 years ago |
Andrew Dolgov
|
2ebf38a9bd
|
public/rss: implement JSON output format
|
12 years ago |
Andrew Dolgov
|
50b8b50355
|
sharepopup: add help text
|
12 years ago |
Andrew Dolgov
|
8361e72478
|
implement sharing of arbitrary stuff using bookmarklet and API call, bump API version
|
12 years ago |
Andrew Dolgov
|
369dbc19d6
|
rework class system to use subdirectories
add placeholder plugin/hook system
|
12 years ago |