1
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Bauke 32cb433664
Chore: Update the dependencies. 2020-06-05 23:55:11 +02:00
Bauke 272ea0fe4b
Fix: Fix a bug with settings not being initialized properly. 2020-06-05 23:45:47 +02:00
Bauke bd9e5bba51
Fix: Properly validate usernames with greater/less and equal than. 2020-03-05 13:21:23 +01:00
Bauke ac847daf8b
Feature: Change up the report a bug stuff. 2020-03-04 13:24:22 +01:00
Bauke ad74b77fd8
Fix: Don't log an empty string when not overriding debug.
Firefox was logging <empty string> because the overrideStyle variable
wasn't being set.
2020-01-12 22:09:23 +01:00
Bauke 93f0bfc84c
Fix: Make 3-letter usernames possible 2019-11-14 11:17:25 +01:00
Bauke 46864cc5fc
Feature: Add Hide Votes (fixes #4) 2019-11-12 22:18:48 +01:00
Bauke 5a299a7efe
Feature: Add Markdown snippets toolbar (fixes #12) 2019-11-12 15:01:31 +01:00
Bauke 68c374fee9
Refactor: Replace username validation with schema from Tildes source code.
This replaces the simple >3 check with the correct min and max lengths and
Regex that are in the Tildes source code.
2019-11-10 23:28:51 +01:00
Bauke f968e497d6
Chore: Remove nodeEnv check in log()
Given that the debug variable will always be set to true in the
getSettings() function, this check doesn't need to happen.
2019-11-10 19:54:46 +01:00
Bauke 91780f9044
Fix: Replace usage of local with sync storage (fixes #9) 2019-11-10 19:37:31 +01:00
Bauke 6802f57de5
Version: 0.1.0 2019-11-10 18:38:47 +01:00