aboutsummaryrefslogtreecommitdiff
path: root/src/lib/persisted_state.js
Commit message (Collapse)AuthorAge
* cleanup stray console logsHenry Jameson2023-12-14
|
* server-side storage for flagsHenry Jameson2022-08-04
|
* --fixHenry Jameson2022-07-31
|
* fix settings not persistingHenry Jameson2022-03-17
|
* PersistedState: Replace object-path with lodash functionlain2020-06-11
| | | | We were loading that one anyway.
* make sure to clear old token when logouttaehoon2019-06-20
|
* Add await to login action'jasper2019-03-26
|
* #450 - dispatch login after saved state is loadeddave2019-03-22
|
* afterStoreSetup: Move log in and theme load to afterStoreSetup.lain2019-03-13
|
* #371: show notification when user setting's saveddave2019-02-19
|
* Change the async stuff to not render app before theme is loadedshpuld2019-02-09
|
* Merge remote-tracking branch 'upstream/develop' into feature/theming2Henry Jameson2018-11-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (60 commits) whoops whoops DM timeline: stream new statuses update-japanese-translation Add actual user search. incorporate most translation changes from MR 368 update french translation Always show dm panel. Add direct message tab. api service url remove deploy stage remove deploy stage updated and completed German translation On logout switch to public timeline. minor modification of Chinese translation update Chinese translation Add Chinese language Fix posting. Put oauth text into description. Display OAuth login on login form button. ...
| * Remove gonsole.logg :DDRoger Braun2018-10-26
| |
| * Move login to oauth.Roger Braun2018-10-26
| |
* | something works without exploding and i'm tired alreadyHenry Jameson2018-10-02
|/
* Removed warning. Added support for working without static/config.jsonHenry Jameson2018-09-17
|
* Added more stuff that's actually being added to instanceConfig, simplified ↵Henry Jameson2018-09-17
| | | | the whitelist.
* Initial versionHenry Jameson2018-09-17
|
* Clean up, use translations, persist theme, add more presets.shpuld2017-11-18
|
* Try logging in with the existing cookie.Roger Braun2017-09-02
|
* Set state to loaded if it crashes while loading.Roger Braun2017-04-09
|
* Only persist state after we loaded one.Roger Braun2017-04-09
|
* Use cache to quickly access users.Roger Braun2017-03-08
|
* Switch to localforage to use indexeddb by default.Roger Braun2017-03-07
|
* Switch to lz-string.Roger Braun2017-02-23
| | | | Pako was very slow in Chromium.
* Only save every minute.Roger Braun2017-02-22
|
* Compress saved state with zlib.Roger Braun2017-02-20
|
* Throttle saving data, once every 5 seconds is enough.Roger Braun2017-02-20
|
* Pull in persistence plugin, don't blow up on full storage.Roger Braun2017-02-20