lovasoa
|
4e8110c515
|
release v0.7.2
docker / docker (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
v0.7.2
|
2023-07-10 23:46:40 +02:00 |
|
lovasoa
|
74bd8cf1c8
|
update dependencies
|
2023-07-10 23:46:08 +02:00 |
|
lovasoa
|
c0bf80b53d
|
rewrite the user authentication example to use the latest features
|
2023-07-10 23:24:05 +02:00 |
|
lovasoa
|
c7905a1e23
|
add example for input patterns
|
2023-07-10 23:23:45 +02:00 |
|
lovasoa
|
508d555077
|
add a "pattern" prop to the form component
|
2023-07-10 23:23:25 +02:00 |
|
lovasoa
|
06aed518fc
|
document the redirect component
|
2023-07-10 23:10:20 +02:00 |
|
lovasoa
|
7766a77b85
|
improve the form component documentation
|
2023-07-10 23:10:07 +02:00 |
|
lovasoa
|
6dbe4651ba
|
better error message on invalid function call
|
2023-07-10 21:59:23 +02:00 |
|
lovasoa
|
3e1ff28a52
|
new builtin function sqlpage.random_string
|
2023-07-10 20:45:16 +02:00 |
|
lovasoa
|
af3f128fa4
|
remove password from functions docs
|
2023-07-10 09:06:23 +02:00 |
|
lovasoa
|
3e9987971e
|
fix styling in pages within subfolders
Fixes style and scripts missing from pages in subfolders #19
|
2023-07-10 08:57:15 +02:00 |
|
lovasoa
|
155437c373
|
Document component introduction date on the website
|
2023-07-10 08:54:01 +02:00 |
|
lovasoa
|
f09f828ccf
|
implement the new hash_password function
|
2023-07-10 03:31:06 +02:00 |
|
lovasoa
|
a3c7a0422d
|
better logging
|
2023-07-10 02:44:25 +02:00 |
|
lovasoa
|
afac7ba01a
|
document new functions
|
2023-07-10 02:40:14 +02:00 |
|
lovasoa
|
784244753f
|
improve authorization flow, http basic auth, and error handling
|
2023-07-10 02:17:43 +02:00 |
|
lovasoa
|
dac7482fa3
|
Start work on functions "sqlpage.basic_auth_user" and "sqlpage.basic_auth_password"
|
2023-07-10 00:23:58 +02:00 |
|
lovasoa
|
c1edb9a6d6
|
add a new "sqlpage.header" function and improve error handling in functions
|
2023-07-09 22:56:35 +02:00 |
|
lovasoa
|
91d6f79b26
|
add password hashing libraries for the new "authentication" component
|
2023-07-09 22:56:03 +02:00 |
|
lovasoa
|
5bdf98cdd6
|
add a new "readirect" head component, which redirects the user and then stops the execution (contrarily to the existing "http_header" component)
|
2023-07-09 22:55:21 +02:00 |
|
lovasoa
|
e91ad60d08
|
simplify the react integration example
|
2023-07-09 17:58:27 +02:00 |
|
lovasoa
|
44d1c03aaa
|
add an example illustrating how to integrate a dynamic react component
|
2023-07-09 12:12:49 +02:00 |
|
lovasoa
|
81feb04d15
|
fix invalid mime types
|
2023-07-09 11:18:25 +02:00 |
|
lovasoa
|
8365baab20
|
add support for custom js and css in shell
|
2023-07-09 10:41:01 +02:00 |
|
lovasoa
|
3a244bf055
|
official site: clean support for unchecked examples
fixes the documentation of the cookie component
|
2023-07-09 09:54:01 +02:00 |
|
lovasoa
|
d46bbd1c25
|
new example demo: taptempo
|
2023-07-08 22:13:12 +02:00 |
|
lovasoa
|
9ee3daf5f7
|
add entry to FAQ
|
2023-07-08 17:26:04 +02:00 |
|
lovasoa
|
96b93e923f
|
save postgres introduction post
|
2023-07-08 13:57:59 +02:00 |
|
Ophir LOJKINE
|
f2d7952369
|
Update README.md
|
2023-07-08 01:27:57 +02:00 |
|
Ophir LOJKINE
|
61c9e4fb2b
|
give custom component example
|
2023-07-08 01:22:44 +02:00 |
|
Ophir LOJKINE
|
59bf7d5f22
|
Update README.md
|
2023-07-08 01:20:05 +02:00 |
|
lovasoa
|
ed9b07b190
|
fix typos
|
2023-07-07 20:15:02 +02:00 |
|
lovasoa
|
7410b4ef7e
|
caveats
|
2023-07-07 20:10:25 +02:00 |
|
lovasoa
|
2e62d11032
|
Implement the full user authentication flow in the example
|
2023-07-07 20:07:25 +02:00 |
|
lovasoa
|
a664b593e9
|
document the debug component
|
2023-07-07 18:29:34 +02:00 |
|
lovasoa
|
d5a6e22be5
|
start work on auth example
see https://github.com/lovasoa/SQLpage/issues/12
|
2023-07-07 03:54:33 +02:00 |
|
lovasoa
|
6dcecb5501
|
fix handling of cookies that contain special characters
|
2023-07-07 03:47:07 +02:00 |
|
lovasoa
|
b2a14aa6a0
|
better error handling
|
2023-07-07 03:33:34 +02:00 |
|
lovasoa
|
e655b741a4
|
fix a bug with checkboxes marked as "required" in the form component
|
2023-07-07 01:42:05 +02:00 |
|
lovasoa
|
cac756165b
|
Update readme
|
2023-07-06 17:23:04 +02:00 |
|
lovasoa
|
89bf84056c
|
Rename nested-forms to Master-Detail Forms
|
2023-07-06 17:17:43 +02:00 |
|
lovasoa
|
5dad371de4
|
Add FAQ
|
2023-07-05 19:01:12 +02:00 |
|
lovasoa
|
e6aab7fdf8
|
add screenshots
|
2023-07-05 18:25:29 +02:00 |
|
lovasoa
|
37b5a7fbeb
|
Add nested forms example
|
2023-07-05 18:22:05 +02:00 |
|
lovasoa
|
11986fbf75
|
Fix get started tutorial
|
2023-07-05 10:41:16 +02:00 |
|
lovasoa
|
43101143e9
|
remove apt purge
|
2023-07-04 22:03:04 +02:00 |
|
lovasoa
|
a5798b9d9a
|
rename job
|
2023-07-04 22:01:35 +02:00 |
|
lovasoa
|
9931d4f5e5
|
Fix out of disk error in gh action
|
2023-07-04 21:28:46 +02:00 |
|
lovasoa
|
f93a21baa8
|
update dependencies
|
2023-07-04 21:09:24 +02:00 |
|
lovasoa
|
5cdcd67fb7
|
document footer element
|
2023-07-03 18:26:57 +02:00 |
|