aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Expand)AuthorAgeFilesLines
* change email addressmarty hiatt2024-10-201-2/+2
* bump version, copyrightmarty hiatt2024-10-181-1/+1
* filter lists like "home". FIX #575.marty hiatt2024-09-161-0/+1
* eq for symbols, string= for stringsmarty hiatt2024-08-221-4/+4
* tiny audit of filters v2 codemarty hiatt2024-08-181-14/+11
* filters: hack to fix navmarty hiatt2024-08-181-7/+11
* filters: fix no keywords checkmarty hiatt2024-08-181-2/+1
* filter propsmarty hiatt2024-08-181-3/+1
* create filter cleanupmarty hiatt2024-08-181-5/+5
* filters binding string / newlinesmarty hiatt2024-08-181-3/+3
* add filter crud bindingsmarty hiatt2024-08-151-3/+9
* filter kw table: en dashes if possiblemarty hiatt2024-08-151-0/+3
* add update filter. #578marty hiatt2024-08-151-11/+38
* filters cleanupmarty hiatt2024-08-151-7/+5
* re-write update filter kw, refactor filter triage. #578marty hiatt2024-08-151-34/+37
* add add/remove filter kw, plus some propertizing and cleanup. #578.marty hiatt2024-08-151-25/+62
* rough table display of filter keywordsmarty hiatt2024-08-151-16/+26
* fix insert-filter-kwsmarty hiatt2024-08-141-5/+8
* get filter kw, update filter kwmarty hiatt2024-08-141-0/+27
* clean up filters codemarty hiatt2024-08-141-12/+25
* do-if-item for scheduled tootsmarty hiatt2024-08-131-31/+27
* flymake views.elmarty hiatt2024-08-131-3/+3
* instance desc - missing parenmarty hiatt2024-08-131-1/+1
* v basic display/delete v2 filtersmarty hiatt2024-08-131-22/+36
* create-filter v2marty hiatt2024-08-131-17/+25
* basic apply filters. #575.marty hiatt2024-08-091-3/+6
* audit views.elmarty hiatt2024-08-061-29/+17
* views add account to list: unless handle clausesmarty hiatt2024-08-061-2/+5
* toot: attach-media: get max attachments from instance, y-or-n-pmarty hiatt2024-08-031-2/+6
* view instance desc: use api v2marty hiatt2024-05-261-1/+1
* apply not cl-reduce to find longest item for paddingmarty hiatt2024-03-121-1/+1
* views: ensure things have item-type prop, and string-trim scheduledsmarty hiatt2024-02-201-2/+3
* preserve media when editing scheduled tootmarty hiatt2024-01-221-4/+4
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-5/+5
* item-type list for list, not user (stray value)marty hiatt2023-10-241-1/+1
* display replies policy & exclusive status for listsmarty hiatt2023-10-241-34/+37
* edit list: exclusive proper true/false stringsmarty hiatt2023-10-241-2/+3
* FIX #502. add "exclusive" param to create/edit lists.marty hiatt2023-10-241-3/+8
* remove redundant next-/prev-item from views mapsmarty hiatt2023-10-151-6/+0
* next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-151-6/+6
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-10/+12
* masto views map: use prev/next-toot, not item for n/pmarty hiatt2023-10-151-3/+4
* change some error calls to user-error callsmarty hiatt2023-10-151-3/+3
* docstrings, autoloadsmarty hiatt2023-10-141-5/+8
* fix minor-view disaster disastrously: put it all init-syncmarty hiatt2023-10-141-21/+31
* minor-view fixmemarty hiatt2023-10-141-3/+6
* implement link-header pagination for foll-reqsmarty hiatt2023-10-141-1/+2
* add params arg to init-sync, use limit param for foll_reqs/sugestsmarty hiatt2023-10-141-2/+8
* partly refactor views function.marty hiatt2023-10-141-9/+5