74 Commits

Author SHA1 Message Date
846eb6da14 Preliminary support for default Units import 2024-11-09 02:05:04 +01:00
769e4af603 Bring per-installation setting to application.rb 2024-06-04 00:47:50 +02:00
e905910719 Import previously missed settings to *.dist 2024-06-04 00:45:33 +02:00
07b4f89d1c Update /profile/edit layout to grid
Closes #29
2024-05-16 21:02:04 +02:00
927a8330bc Add souce code and issue tracker links
Closes #3
2024-05-12 23:21:30 +02:00
965cb76f1d Generate Units::Defaults controller
bin/rails g controller Units/Defaults index
2024-05-04 01:53:57 +02:00
b4212298df Add Unit defaults import link 2024-05-04 01:47:53 +02:00
175ccf6eae Allow Unit rebase to top-level
Outline base Unit row during drag
Closes #25
2024-04-05 02:18:05 +02:00
a5a75233c7 Validate Unit base user 2024-04-02 22:20:45 +02:00
1966c782bc Unit rebase as a separate action 2024-04-02 22:16:27 +02:00
05b0c66216 Change unit base with drag and drop 2024-03-24 17:38:56 +01:00
f298acd726 Display errors for table-embedeed forms 2024-03-15 02:40:17 +01:00
69db87f9c6 Include date/time and seed in screenshot filename 2024-02-14 01:50:47 +01:00
c9974fce05 Rename initializer after hook name 2024-02-14 01:49:47 +01:00
10f866d40b Remove unused code kept only as reference 2024-02-11 18:37:35 +01:00
1198add901 Rewrite stream rendering to avoid client-side expanding
* adding streams in client breaks things (e.g. autofocus)
* some tasks need to be performed in one stream action to avoid
  flickering (e.g. table row substitution)
2024-02-11 18:31:06 +01:00
76aae56ed5 Allow stream action to expand into multiple actions
e.g. by including 'onclick()' event handler
2024-02-04 20:05:36 +01:00
a7f80a575c Manage client-side js with turbo_stream actions 2024-01-22 02:14:01 +01:00
0e8bc18620 Enable creation of subunits 2024-01-22 02:09:46 +01:00
0e85a21d2c Button disabling/enabling
Closes #10
2024-01-20 15:02:45 +01:00
dec3af27bf Migrate Users views to grid layout + turbo_stream
Closes #7
2024-01-17 03:30:04 +01:00
5047d4909f Render units from collection, without redirects 2024-01-15 18:45:30 +01:00
de995aa586 Testing environment updates 2024-01-15 02:05:08 +01:00
9a9a139aa7 Handle exceptions during TURBO_STREAM requests 2024-01-15 01:59:30 +01:00
93929f2c07 Change User#disguise/revert to GET 2024-01-15 01:07:45 +01:00
9a56681a85 Fix warnings 2024-01-14 03:27:22 +01:00
0801e8059c Close form on Esc key. Localize submit button. 2024-01-06 18:06:36 +01:00
ba3c2a99b9 Don't trigger file encoding detection 2024-01-06 03:49:18 +01:00
4b2ed2fa39 Avoid wrapping datetime format 2024-01-06 02:23:18 +01:00
6d9f4918f1 Change 'Add unit' link to turbo_stream 2024-01-04 23:11:33 +01:00
8c6d296021 Enable turbo (without Drive) 2023-12-03 23:27:10 +01:00
0620d18391 Remove default BigDecimal formatting 2023-07-06 18:36:23 +02:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
9d97eb3f6f Add user status update 2023-05-17 23:40:09 +02:00
e4f595a329 Fix translations and enable i18n testing 2023-05-14 16:37:53 +02:00
3509cd409c Remove turbo and importmap 2023-05-14 16:19:42 +02:00
459836ca38 Add Users#disguise/#revert 2023-05-13 23:38:07 +02:00
a7fce807c5 Add Users#show 2023-05-05 18:29:11 +02:00
74965c5c0e Only user can delete his profile 2023-05-03 16:48:47 +02:00
23b8c82602 Add user profile editing 2023-05-02 18:55:38 +02:00
74db85f26a Remove exception checking from system tests 2023-05-02 03:14:55 +02:00
24f6966027 Remove unneeded html_safe from field_error_proc 2023-04-25 18:12:17 +02:00
b781c7e072 Test "delete user" 2023-04-25 00:40:50 +02:00
634ba7e901 Add access control and :forbidden error handling 2023-04-24 23:08:55 +02:00
4dbd5f4a2a Update Users#index 2023-04-23 19:35:10 +02:00
86dbc95375 Add navigation menu 2023-04-21 20:22:16 +02:00
86798d8e39 Display resource error messages beside form 2023-04-20 23:22:03 +02:00
7dabbd3036 Update and test password recovery forms 2023-04-19 19:29:12 +02:00
894c21f322 Move reset buttons to corresponding forms 2023-04-19 01:32:06 +02:00
2d95b11a34 Test registration e-mail 2023-04-19 00:31:52 +02:00