aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-29remove TODO about emails not being implementedLia Lenckowski
2023-08-29warn about sqli-type attacks with emails, and make them a bit harderLia Lenckowski
2023-08-29pending bang verdict notificationsLia Lenckowski
2023-08-28don't deadlock on multiple stopsLia Lenckowski
2023-08-27abstraction for batched callbacksLia Lenckowski
2023-08-26refactor: move PendingBang out of MainLia Lenckowski
2023-08-25document build processLia Lenckowski
2023-08-25better doc for chrome usersLia Lenckowski
2023-08-24add toEncoding implementations (~15% encoding speedup)Lia Lenckowski
2023-08-23document config file; small fixes in default config & build systemLia Lenckowski
2023-08-23add yaml configLia Lenckowski
2023-08-23make all urls relativeLia Lenckowski
now works with url-rewriting reverse proxies, when BASE_URL is set correctly
2023-08-21fix chrome opensearch autodiscoverLia Lenckowski
2023-08-20document optionsLia Lenckowski
2023-08-20make admin user/password configurable with env vars instead of recompilationLia Lenckowski
2023-08-20better config systemLia Lenckowski
2023-08-19style admin panelLia Lenckowski
2023-08-19functional, but only partly styled admin siteLia Lenckowski
2023-08-17error handling for login; partial adminpanel infrastructureLia Lenckowski
2023-08-17add admin login modalLia Lenckowski
2023-08-17swap fuse for a faster fuzzy search backendLia Lenckowski
2023-08-17add readmeLia Lenckowski
2023-08-17ddg doesn't update bangs at the location we use anywaysLia Lenckowski
2023-08-16don't appear in browser history when searching directlyLia Lenckowski
2023-08-14fix apply_opts for <link>metamuffin
2023-08-14bundle fuse.jsLia Lenckowski
2023-08-14fix type errors and small refactormetamuffin
2023-08-14implement searching for engines/bangsLia Lenckowski
2023-08-10css changes for mobileLia Lenckowski
2023-08-09css/infrastructure for bang search suggestions dropdownLia Lenckowski
2023-08-08small html/css fixes/simplificationsLia Lenckowski
2023-08-07more diverse default search engine optionsLia Lenckowski
2023-08-07delete standard bangsLia Lenckowski
wrong path, and haven't been required for a few backend versions
2023-08-07static frontend changesLia Lenckowski
2023-08-04add bang to search engine nameLia Lenckowski
this allows firefox users to add fastbangs multiple times as a search engine, when using different default bangs
2023-08-02change some wordingLia Lenckowski
2023-08-01submit uimetamuffin
2023-08-01refactor dom interaction with helper functionmetamuffin
2023-08-01more up-to-date-bangs (still not the most recent, but the most recent i ↵Lia Lenckowski
could find without crawling duckduckgo a bunch)
2023-08-01slightly faster & simpler file synchronization notificationLia Lenckowski
2023-07-30allow multiple suggestions for the same bangLia Lenckowski
2023-07-30bang accept/reject apiLia Lenckowski
2023-07-29dont try deleting deploy dirLia Lenckowski
it doesnt ever work anyways lol
2023-07-29(prototype) authentication, route for getting pending bangsLia Lenckowski
2023-07-28case-insensitive engine selectionLia Lenckowski
2023-07-27add some cachingLia Lenckowski
2023-07-26make 'make clean' more error-resistantLia Lenckowski
2023-07-26rename project and add some more uimetamuffin
2023-07-26insert submitted bangs into a databaseLia Lenckowski
2023-07-26load bangs before load finishedmetamuffin