1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2024-11-24 17:07:00 +02:00
Commit Graph

60 Commits

Author SHA1 Message Date
Gani Georgiev
9a231ba7b3 applied some of the changes from #149 2022-07-18 01:03:09 +03:00
Gani Georgiev
7f959011b8 moved field option btns inside the panel 2022-07-18 00:55:53 +03:00
Gani Georgiev
994761b728 normalized the caster to return always non-null value and fixed minor ui issues 2022-07-18 00:16:09 +03:00
Gani Georgiev
f19b9e3552 commented golangci-lint action as it is not go1.18+ ready 2022-07-17 22:25:28 +03:00
Gani Georgiev
36783b8f04 added golangci-lint action 2022-07-17 22:20:40 +03:00
Gani Georgiev
a076cc906f [#147] added CONTRIBUTING.md 2022-07-17 20:33:12 +03:00
Gani Georgiev
b1a30f4050 fixed figure tag typo 2022-07-16 11:57:31 +03:00
Gani Georgiev
4506fb17e9 adding video presets to the file options 2022-07-16 11:54:54 +03:00
Gani Georgiev
72f72bc84f added invalid form-group styles 2022-07-16 10:40:04 +03:00
Gani Georgiev
7fd5102fb5 updated EmailOptions domain input tooltips 2022-07-16 10:39:19 +03:00
Gani Georgiev
d6bdc51009 changed the storage slide panel transition to local 2022-07-16 10:38:47 +03:00
Gani Georgiev
789373d15d [#100] resets the initial loadList results 2022-07-15 19:37:30 +03:00
Gani Georgiev
2dc000da65 improve error reporting on OAuth2 user profile fetch 2022-07-15 18:52:37 +03:00
Simon Krauter
1095637bcd
[#116] fix BaseModel.RefreshUpdated comment 2022-07-14 23:17:53 +03:00
Gani Georgiev
c4fcba5210 [#109] prealocated handlers and replaced OnRecordBeforeDeleteRequest with OnModelBeforeDelete 2022-07-14 22:35:57 +03:00
Gani Georgiev
d8c8289269 added odd default circle icon size for better visual vertical alignment in firefox 2022-07-14 21:21:47 +03:00
Gani Georgiev
dbbfa243bc added new lines for readability and consistency 2022-07-14 20:01:53 +03:00
Valley
a16b0c9004
[#114] simplified some code by returning early and added cap for slices 2022-07-14 19:26:08 +03:00
Gani Georgiev
03a7bafa66 use the original vite2 default port and bump the min js-sdk to v0.2.1 2022-07-14 17:09:08 +03:00
Gani Georgiev
d129959098 added store.RemoveAll() helper method 2022-07-14 16:39:42 +03:00
Gani Georgiev
6749559a22 log the response error not the handler one 2022-07-14 11:52:35 +03:00
Gani Georgiev
28bc2678e9 minor ui improvements and upgraded dependencies 2022-07-14 09:58:53 +03:00
Gani Georgiev
d4202e696b [#99] fix AutoExpandTextArea scrolling 2022-07-13 22:44:59 +03:00
Gani Georgiev
9de3cc99a0 updated api preview body params col sizes 2022-07-13 08:48:38 +03:00
Franco Profeti
111bc59472
[#93] improved the README for no golang devs 2022-07-13 08:12:25 +03:00
Gani Georgiev
b2647ebca9 synced refresh button js timeout with the css animation 2022-07-12 20:03:13 +03:00
Gani Georgiev
ef226cf9c1 added refresh button to the other listing pages 2022-07-12 19:56:22 +03:00
Valley
63d5a8d633
[#89] simplified some code by returning early and reducing local variable scopes 2022-07-12 19:52:09 +03:00
Gani Georgiev
d71c3cd19c updated ui/dist 2022-07-12 18:11:50 +03:00
Cornelius Müller
240bd6790a
[#83] added refresh button to page records view 2022-07-12 18:08:57 +03:00
Gani Georgiev
05a4071eba [#80] fixed before hooks data and added optional interceptor to upsert submit 2022-07-12 13:42:06 +03:00
Valley
ce857985be
[#82] removed version cmd and make use of cobra.Version 2022-07-12 07:57:36 +03:00
Gani Georgiev
320d1482a4 [#77] add warning on storage type change 2022-07-11 22:23:22 +03:00
Gani Georgiev
46399dddac [#78] enable fully qualified URIs for S3 endpoints and improved error reporting when uploading or deleting files 2022-07-11 21:00:17 +03:00
Gani Georgiev
52c288d9db added linter skip comments and removed the Presentator specific inflector.Usernamify 2022-07-11 16:16:01 +03:00
Gani Georgiev
ed741662b2 removed the v prefix from the version command 2022-07-11 10:30:34 +03:00
Gani Georgiev
0c14f32822 added additional info about the @expand query parameter 2022-07-11 10:30:20 +03:00
毛亚琛
ec0d3b0d3d
[#69] automatically add version information 2022-07-11 10:26:55 +03:00
wenqingl
10d7faea31
[#62] fixed typo in README
defintions -> definitions
2022-07-11 07:36:38 +03:00
Gani Georgiev
f62664098e updated ui/dist 2022-07-10 21:14:38 +03:00
毛亚琛
1dfc314bc1
[#60] fix list api docs example 2022-07-10 21:07:04 +03:00
Gani Georgiev
7b2d88fa30 [#45] don't set Last-Modified header if time.location data cannot be loaded 2022-07-10 20:53:24 +03:00
egor-romanov
72cb2d3f43
[#53] fix migrations register in framework mode 2022-07-10 14:40:51 +03:00
Gani Georgiev
0739e90ff2 [#31] replaced the initial admin create interactive cli with Installer web page 2022-07-10 11:46:21 +03:00
Valley
460c684caa
[#47] fixed some doc and code inconsistencies and removed some redundant parentheses 2022-07-10 09:13:44 +03:00
Valley
d64fbf9011
[#38] added lint and used the lint suggestions 2022-07-09 17:17:41 +03:00
Gani Georgiev
dfd9528847 [#32] changed step value to any 2022-07-09 11:16:35 +03:00
Gani Georgiev
d4d425c61d [#6] added note for go1.19 on windows 2022-07-09 11:05:42 +03:00
Gani Georgiev
0f0c00bd03 [#32] allow decimals in the number field 2022-07-09 10:57:21 +03:00
Gani Georgiev
a26006ad56 fixed typos 2022-07-09 00:54:48 +03:00