matt wilkie
879035d16f
clean up: remove vestige of custom login url
...
...and put Share settings at end of Other section
2024-11-24 22:39:33 -07:00
matt wilkie
1f282a5973
restore missing new install check
2024-11-24 21:50:34 -07:00
matt wilkie
18a682fd99
fixed: mixed custom url and bare domain redirect
...
Previous commit contained mishmash of the abandoned custom share and
login redirect urls and simple bare domain redirect. Simply put: was
broken and didn't work.
Todo: test with a new setup and no initialised db.
2024-11-24 21:40:44 -07:00
matt wilkie
77947cfa20
doc about manual login, and advise not showing login link
2024-11-24 12:39:05 -07:00
matt wilkie
afd506321e
doc that #shareRoot is needed
2024-11-24 12:17:07 -07:00
matt wilkie
cf3e476ebf
feature complete
...
Rolled back custom url setting. It was getting too complicated. For example,
what if user defined urls that are already used by existing routes? We'd
need to add path validation and probably other stuff too.
My motivation was to obscure the login link in order to provide a little
protection from simple bot attacks. It's likely better to take a
considered security look (from folks who know this space!)
2024-11-24 08:57:35 -07:00
matt wilkie
025d33627b
fix login link; better descriptions
2024-11-24 08:19:18 -07:00
maphew
0c7f68e05b
Redirect to share option works, with caveats:
...
- if word other than `share` is used, there is no route. Maybe making
this configurable is too much overhead.
- Login link is incorrect - `share_page.login` instead of `./login`,
probably bad translation setup
2024-11-24 07:41:41 -07:00
maphew
2c802b9e12
WIP: redirect anonymous bare root url to /share #658
...
Redirect works. Must share at least one note and make it `#shareRoot`
Todo:
- explore making this an optional setting in UI
- make the share and login urls customizable
- think about if/where/how to put login link in default share theme
2024-11-23 12:47:34 -07:00
Elian Doran
68fd954a67
Merge pull request #654 from TriliumNext/feature/adjustable_launcher_bar_position
...
Add support for horizontal launcher bar
2024-11-23 14:40:30 +02:00
Elian Doran
e49f4c3e42
fix(client): title bar buttons on horizontal layout
2024-11-23 13:41:50 +02:00
Elian Doran
a207fd523a
fix(client): double separator in global menu
2024-11-23 10:06:04 +02:00
Elian Doran
2950132271
fix(mobile): advanced submenu misalignment
2024-11-23 10:03:34 +02:00
Elian Doran
8b8929dde0
chore(docs): document css and optCss
2024-11-23 10:01:49 +02:00
Elian Doran
e0d9cda522
fix(mobile): padding for the title
2024-11-23 09:59:48 +02:00
Elian Doran
ba5371d76b
fix(mobile): vertical layout not sized properly
2024-11-23 09:56:48 +02:00
Elian Doran
fbae0062af
feat(mobile): change context menu icon on horizontal layout
2024-11-23 09:48:18 +02:00
Elian Doran
ea399e590d
feat(mobile): reorder context menu
2024-11-23 09:45:52 +02:00
Elian Doran
2dda8f60ed
feat(mobile): move menu button to the right
2024-11-23 09:43:34 +02:00
Elian Doran
14fa687b9c
fix(mobile): width of launcher bar items
2024-11-23 09:40:32 +02:00
Elian Doran
91d23bae8e
refactor(client): use different hiding mechanism for quick search
2024-11-23 09:37:24 +02:00
Elian Doran
d2d2620742
feat(mobile): hide quick search
2024-11-23 09:34:26 +02:00
Elian Doran
8a61b58970
fix(mobile): fix alignment for horizontal layout
2024-11-23 09:29:49 +02:00
Elian Doran
23ef2c593e
chore(i18n): translate layout settings
2024-11-23 09:18:12 +02:00
Elian Doran
62d23b3643
feat(client): respect layout orientation selected by user
2024-11-23 09:09:09 +02:00
Elian Doran
4f305b52eb
feat(client): allow user to change layout orientation
2024-11-23 09:06:30 +02:00
Elian Doran
e32f54a5c9
feat(server): add support for layout orientation option
2024-11-23 09:06:16 +02:00
Elian Doran
2d8fb4eff5
chore(i18n): fix punctuation
2024-11-23 00:48:01 +02:00
Elian Doran
eaa6d6c3cf
fix(client): tooltip position for calendar in vertical layout
2024-11-23 00:32:36 +02:00
Elian Doran
0f7b96f096
fix(client): quick search in vertical layout
2024-11-23 00:29:28 +02:00
Elian Doran
13e33549c1
fix(client): global menu alignment on horizontal layout
2024-11-23 00:24:29 +02:00
Elian Doran
23873b72bf
fix(client): dropdown width for horizontal layout
2024-11-23 00:15:50 +02:00
Elian Doran
5f9439a9e0
fix(client): dropdown tooltip placement for horizontal layout
2024-11-23 00:11:49 +02:00
Elian Doran
7e5fea8cd2
fix(client): tooltip position for hide left pane button
2024-11-23 00:07:40 +02:00
Elian Doran
fd8f9506d4
fix(client): tooltip position for launcher on horizontal layout
2024-11-23 00:02:02 +02:00
Elian Doran
13a997beb0
fix(client): add new tab not working in horizontal layout
2024-11-22 23:02:43 +02:00
Elian Doran
f62e860b61
feat(client): use hamburger menu for horizontal layout
2024-11-22 22:44:34 +02:00
Elian Doran
50bf94875c
fix(client): global submenu not working in horizontal layout
2024-11-22 22:16:48 +02:00
Elian Doran
20b0215364
feat(client): set up quick search as launcher
2024-11-22 22:01:38 +02:00
Elian Doran
045c8699a9
refactor(client): use switch instead of chained-if
2024-11-22 21:56:34 +02:00
Elian Doran
15b9f38439
style(client): improve background for full-width tab bar
2024-11-22 21:41:23 +02:00
Elian Doran
91c4ea333e
feat(client): move tab bar on horizontal layout
2024-11-22 21:37:54 +02:00
Elian Doran
d1550db08d
fix(client): experiment with full-width tab bar
2024-11-22 21:35:47 +02:00
Elian Doran
c858630678
fix(client): fix size for horizontal launcher bar
2024-11-22 21:14:50 +02:00
Elian Doran
c9f2a2bd6b
feat(client): reorder buttons on horizontal bar
2024-11-22 21:10:49 +02:00
Elian Doran
efc84722a9
feat(client): implement top launcher pane
2024-11-22 21:05:45 +02:00
Elian Doran
8300acd30b
refactor(client): add support for optional children in layout
2024-11-22 20:36:08 +02:00
Elian Doran
79b31bda76
chore(i18n): reach 100% for Romanian + small change
2024-11-22 19:48:57 +02:00
Elian Doran
c30a4373d9
Merge pull request #652 from TriliumNext/remove-renovate-action
...
Remove the renovate action in favor of the GH app
2024-11-22 19:43:54 +02:00
perf3ct
12065902d2
Remove the renovate action in favor of the GH app
2024-11-22 17:39:34 +00:00