Bauke Bauke
Bauke created repository Holllo/love 2022-10-25 19:12:35 +00:00
Bauke pushed to main at Holllo/holllo-org 2022-10-25 13:12:57 +00:00
4d247bad32 Update Queue screenshot.
Bauke pushed tag 0.3.2 to Holllo/queue 2022-10-25 12:57:34 +00:00
Bauke pushed to main at Holllo/queue 2022-10-25 12:57:34 +00:00
2ee0dcb0ed Version 0.3.2!
1bf8f519c6 Fix new queue items not being sorted properly.
ce7fbfe349 Fix items not being movable when the next sort index wasn't plus or minus 1.
Compare 3 commits »
Bauke pushed tag 0.3.1 to Holllo/queue 2022-10-25 12:00:45 +00:00
Bauke pushed to main at Holllo/queue 2022-10-25 12:00:45 +00:00
9696b78728 Version 0.3.1!
4fc38b74ce Also use sortIndex for next queue item.
Compare 2 commits »
Bauke closed issue Holllo/queue#1 2022-10-25 11:26:04 +00:00
Add a way to reorder queue items
Bauke commented on issue Holllo/queue#1 2022-10-25 11:26:04 +00:00
Add a way to reorder queue items

Added in 0.3.0

Bauke pushed tag 0.3.0 to Holllo/queue 2022-10-25 11:23:25 +00:00
Bauke pushed to main at Holllo/queue 2022-10-25 11:23:25 +00:00
913e8f0da9 Version 0.3.0!
ee012aea1d Add move buttons.
f6571b895b Fix JS pass by copy/reference issue.
e591db7bcf Add move item functionality to Settings.
d4400c5c31 Update (de)serializing test.
Compare 6 commits »
Bauke pushed to main at Holllo/re-nav 2022-10-22 15:42:56 +00:00
a93b5ed92d Only process navigation events for HTTP.
Bauke closed issue Holllo/re-nav#5 2022-10-21 16:49:43 +00:00
Prevent infinite loops of redirection
Bauke commented on issue Holllo/re-nav#5 2022-10-21 16:49:43 +00:00
Prevent infinite loops of redirection

Implemented in 3e59d0e13bb4625fc6d85904cbbc9caec10c5e70.

Bauke pushed to main at Holllo/re-nav 2022-10-21 16:49:26 +00:00
3e59d0e13b Add safety checks for infinite loops.
Bauke pushed to main at Holllo/re-nav 2022-10-20 22:30:48 +00:00
696dd8fde8 Add regex matcher tests.
Bauke pushed to main at Holllo/re-nav 2022-10-20 21:11:09 +00:00
f7d292932f Add the regex matcher.
93096b839a Simplify Redirect to a basic abstract class.
Compare 2 commits »
Bauke commented on issue Holllo/re-nav#5 2022-10-20 14:20:25 +00:00
Prevent infinite loops of redirection

Potential solution: save the most recently redirected URL and the timestamp for it, then when another redirect is about to happen, check if it's the same URL and within 30 seconds of the last…

Bauke opened issue Holllo/re-nav#5 2022-10-20 13:47:18 +00:00
Prevent infinite loops of redirection
Bauke pushed to main at Holllo/re-nav 2022-10-19 19:16:31 +00:00
d25a844fac Add an ID to Redirects.
e55c791386 Fix name.
3fe297b8f1 Add tests for Redirect getters & setters.
Compare 3 commits »
Bauke pushed to main at Holllo/re-nav 2022-10-18 20:25:02 +00:00
89751faad2 Update matching test for www. removal.