Archived
1
0
Fork 0
Commit graph

480 commits

Author SHA1 Message Date
c07423f600 app/controllers/ControllerBase.php: set namespace in _forward404() 2022-08-28 17:37:30 +02:00
7315885877 app/config/local.sample.yml: minor fix. 2022-08-28 17:37:26 +02:00
6aeaf74a2f package.json: set to version 1.1.0 as npm does not like 1.1 2022-08-28 17:20:53 +02:00
e56c8f37ea app/library/Services.php: in _initSharedModelsMetadata() must pass a factory to adapter in phalcon 4 2022-08-28 17:14:04 +02:00
d7af32a1d7 app/library/Services.php: in _initSession() must pass a factory to adapter in phalcon 4 2022-08-28 17:13:19 +02:00
ee5c7719cb app/listeners/ActivityLog.php: pass true to getClientAddress() so it looks for X-Forwarded-For header. 2022-08-28 16:41:41 +02:00
fa28394a83 composer.json: require ext-mbstring 2022-08-28 16:41:41 +02:00
78c462514f Version 1.1 2022-08-10 15:09:01 +02:00
e5212958f8 update npm packages. 2022-08-10 15:07:37 +02:00
e08e65b509 Update composer packages 2022-08-10 15:07:16 +02:00
b074a859fa composer.json: update localheinz/json-printer to ergebnis/json-printer 2022-08-10 15:06:49 +02:00
64e80ab58b composer.json: require psr >= 1.2 2022-08-10 15:05:42 +02:00
88318f00ba Merge branch '29-make-a-logo' into 'dev'
Resolve "Make a logo"

Closes #29

See merge request pnx/httpcb!31
2022-08-09 19:03:13 +00:00
b4b13b5682 app/views/_common/layout-front.volt: Add logo div. 2022-08-09 21:00:34 +02:00
7cbed511be app/assets/sass/layout/_masthead.scss: Adding logo to masthead. 2022-08-09 21:00:24 +02:00
32e5161c66 Adding public/img/logo.png 2022-08-09 21:00:09 +02:00
012be402ed app/views/_common/layout.volt: include favicons 2022-08-09 20:59:45 +02:00
f118d23000 Adding favicon 2022-08-09 20:59:32 +02:00
3edb12817a Merge branch '31-admin-user-management' into dev 2022-08-09 13:54:08 +02:00
727badedd6 app/library/Form.php: update error classes for bootstrap 5.2.0 2022-08-09 00:05:31 +02:00
b2e54d4030 app/views/backend/user/form.volt: use new bootstrap classes 2022-08-08 23:51:05 +02:00
79e947f8eb app/views/backend/user/index.volt: use new bootstrap classes 2022-08-08 23:50:51 +02:00
513517032f app/assets/sass/components/_badge.scss: convert to new bootstrap variables. 2022-08-08 23:50:32 +02:00
4b750f0f37 Merge branch 'dev' into 31-admin-user-management
# Conflicts:
#	app/forms/UserSettings.php
2022-08-08 23:37:44 +02:00
638d318a17 Merge branch '28-update-bootstrap' into dev 2022-08-07 13:24:26 +02:00
50d6ca7bfe app/views/main/callback/new.volt: update css. 2022-08-06 20:32:57 +02:00
a29b41ae54 package.json: remove jquery 2022-08-05 15:36:41 +02:00
724a302c47 gulpfile.js: remove jquery 2022-08-05 15:34:54 +02:00
c3897730fa Remove app/assets/js/bootstrap 2022-08-05 11:23:29 +02:00
fc573d4565 app/assets/sass/views/_landingpage.scss: center steps. 2022-08-04 19:47:26 +02:00
a822f00a7f app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex. 2022-08-04 19:41:28 +02:00
a83225e9c5 app/assets/sass/_bootstrap-config.scss: use default bootstrap gray colors. 2022-08-04 19:38:37 +02:00
90b8ed31ab app/assets/sass/_bootstrap-config.scss: disable reduce-motion 2022-08-04 19:27:57 +02:00
36aaf75239 app/views/_common/_components/footer.volt: Update copyright year. 2022-08-02 15:06:01 +02:00
589fd89344 app/assets/sass/application.scss: include bootstrap's transition component. 2022-08-02 15:04:23 +02:00
df922dd1e9 app/forms/UserSettings.php: need to add allowEmpty to id and email validator as the input elements are disabled. 2022-08-02 15:03:07 +02:00
2f7c07c025 app/views/main/user/settings.volt: fix form. 2022-08-02 14:53:26 +02:00
93c226aef6 app/views/main/callback/show.volt: fix collapse 2022-08-02 14:52:37 +02:00
604d696089 app/views/main/callback/show.volt: use code class for request body. 2022-08-02 14:52:22 +02:00
7bb6ccb6ba app/assets/sass/base/_typography.scss: Adding code class 2022-08-02 14:52:01 +02:00
b79ea0ef15 app/views/main/callback/show.volt: fix heading sizes. 2022-08-02 14:51:33 +02:00
3d94f8cc96 app/views/_common/_components/navigation.volt: fix divider. 2022-08-02 13:31:06 +02:00
d75b54bf82 app/assets/sass/layout/_navigation.scss: usermenu dropdown should extend .dropdown-menu-end to have it aligned to the right. 2022-08-02 13:31:06 +02:00
4793190b2c app/assets/sass/layout/_navigation.scss: fix usermenu dropdown items. 2022-08-02 13:26:17 +02:00
59f76add96 app/views/main/index/about.volt: change img-responsive to img-fluid 2022-08-02 13:03:31 +02:00
36e6034c33 app/assets/sass/application.scss: import image component from bootstrap. 2022-08-02 13:03:14 +02:00
9ad9221de0 app/library/Form.php: Update classes to bootstrap 5.2.0 2022-08-02 12:52:22 +02:00
a73f9501f3 app/forms/UserSettings.php: Adding disabled attribute to readonly inputs. 2022-08-02 12:51:52 +02:00
10956443e6 app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth. 2022-08-02 12:51:18 +02:00
04dcc61a85 Merge branch 'dev' into 28-update-bootstrap 2022-08-02 12:39:16 +02:00