Commit Graph

53 Commits

Author SHA1 Message Date
Hygna 0baaf7ed82
Fixed settings upgrader 2022-10-23 13:23:05 +01:00
Hygna eb3794cdcb
Changes:
Fixed instance updating

Made the instance updater remove frontends & networks not in the current version

Fixed CI linter
2022-10-23 11:33:18 +01:00
Austin Huang 1dfd4f8764
handle more reddit cdn urls 2022-10-22 22:38:09 +01:00
Hygna 51bb4e1557
Fixed redirect toggles set to false being reset
Closes https://github.com/libredirect/libredirect/issues/499
2022-10-21 19:25:50 +01:00
Hygna b5e0a297d8
Remove instances not in the redirects list from the enabled list
Closes https://github.com/libredirect/libredirect/issues/489
2022-10-17 16:33:57 +01:00
Hygna c6d5815cde
Fixed whoogle search redirects 2022-10-16 20:17:59 +01:00
Hygna 2e1534e579
Updated reddit targets, actually fixed peertube redirects 2022-10-16 11:00:41 +01:00
Hygna 88e72a80b6
Removed FPI settings unifying as it superceded by dFPI & ETP 2022-10-15 16:02:59 +01:00
Austin Huang 7d5a6561ab Properly redirect images in Libreddit 2022-10-15 10:51:44 +01:00
Hygna 3a16c0a2c2
Fixed bug where websites with strict CSPs would not allow for the redirected instance embed to be loaded
Closes https://github.com/libredirect/libredirect/issues/481
2022-10-13 16:52:16 +01:00
Hygna 8df59a5b6e
Fixed peertube redirects 2022-10-11 16:11:39 +01:00
Austin Huang 91d420b460 Fix regex since Fandom subdomains can contain hyphens (#37)
For example, it wouldn't redirect https://kimetsu-no-yaiba.fandom.com/wiki/Kimetsu_no_Yaiba_Wiki, now it would

Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/37
Co-authored-by: Austin Huang <im@austinhuang.me>
Co-committed-by: Austin Huang <im@austinhuang.me>
2022-10-10 04:32:20 +02:00
Hygna 375f4371c3
Toggle current instance in popup
Fixed bug where testing latency of multiple frontends at the same time wouldn't save all of the timings
2022-10-09 13:11:05 +01:00
Hygna 6fdf656630
Added context menu to redirect
Closes https://github.com/libredirect/libredirect/issues/414
2022-10-08 17:48:24 +01:00
Hygna 9560cfc3e7
Fixed bugs present in the previous commit 2022-10-08 16:33:39 +01:00
Hygna be78f86a67
Added context menu to toggle redirects for a certain tab
Closes https://github.com/libredirect/libredirect/issues/464
2022-10-08 11:37:45 +01:00
Hygna 9b996dcdf2
Fixed some more bugs 2022-10-06 21:12:51 +01:00
Hygna 04fd2de0bb
Fixed twimg redirects
Closes https://github.com/libredirect/libredirect/issues/307
2022-10-06 14:19:05 +01:00
Hygna beaaeb1d30
Added support for i.stack.imgur.com and rimgo embeds
Closes https://codeberg.org/LibRedirect/libredirect/issues/18
2022-10-05 19:27:27 +01:00
Hygna 12b6f9cdbb
Added search redirections from Fandom to BreezeWiki 2022-10-05 18:00:27 +01:00
Hygna a96f3188b7
Changes:
Added BreezeWiki as a frontend for Fandom

Closes https://github.com/libredirect/libredirect/issues/444

Futureproofed bug caused by adding new frontend/service
2022-10-05 17:29:27 +01:00
Hygna cd01a7083c
Added LibreTranslate 2022-10-04 21:50:01 +01:00
Hygna c87bbba349
Ported 87d68cb662 2022-10-04 19:10:07 +01:00
Hygna ebc1259ca4
Squashed many bugs 2022-10-03 19:49:12 +01:00
Hygna c1af086c27
Finished options upgrading 2022-10-03 06:44:49 +01:00
ManeraKai 84e863c477
small fix 2022-10-02 18:23:17 +03:00
Hygna e8a67e9172
Squashed a few bugs 2022-10-02 15:10:36 +01:00
Hygna e21ecb4e1d
Unify Localstorage 2022-10-01 11:17:32 +01:00
Hygna 18facf37a2
Squashed a few bugs 2022-09-30 14:54:56 +01:00
Hygna f1b8b64c48
Changes:
Improved instance fetcher

Added instance updating

Fix a few bugs
2022-09-29 18:32:03 +01:00
Hygna 800d0cbd9f
Unify cookies 2022-09-28 20:18:32 +01:00
Hygna 5d48d60e96 Started converting storage format 2022-09-27 20:59:25 +01:00
Hygna 378fab21c0 Changes
Changed some regex

Made ejs no longer need extra config member variable

Added url reversal
2022-09-26 18:32:32 +01:00
Hygna 01bb150213 Finished instance fetching 2022-09-25 19:24:40 +01:00
Hygna 03f242fe11 Started work on instance switching 2022-09-25 17:27:43 +01:00
ManeraKai 7e8c13bb3b
Fix some error in runtime.onInstalled 2022-09-25 17:10:38 +03:00
Hygna df5e7f9b07 Made most redirects work as expected 2022-09-24 11:44:18 +01:00
Hygna f87eb20cee Started optimizing popup.js 2022-09-23 20:57:25 +01:00
Hygna 320d0175a8 Completed Migration to ejs 2022-09-22 19:58:07 +01:00
Hygna d86fecab3f 100% compat with widgets/<service>.js 2022-09-21 20:38:30 +01:00
Hygna 8f05957ffa Fixed more bugs 2022-09-20 22:24:19 +01:00
Hygna 0c1595ec3a Changes
Made get_instances.py more efficient

Further work to get widgets/services.js to work properly
2022-09-19 17:30:39 +01:00
Hygna 978e079307 Converted index.html to ejs 2022-09-18 17:03:54 +01:00
Hygna d6cad17a15 Begin work with ejs, created widgets/services.js 2022-09-12 18:17:25 +01:00
Hygna e04c79d4ae Embrace object usage for user-set options 2022-09-11 14:41:06 +01:00
Hygna 25de09a935 Further progress 2022-09-10 20:48:57 +01:00
Hygna c005983a0f Make config.json fetching work 2022-09-09 22:08:40 +01:00
Hygna 4cab752e05 All irregular url structures completed 2022-09-09 15:55:33 +01:00
Hygna 36d01024c8 Make redirect not return on a single instance frontend 2022-09-08 21:15:36 +01:00
Hygna 4492914535 Add almost all irregular url structures 2022-09-08 21:04:25 +01:00