Commit Graph

68 Commits

Author SHA1 Message Date
386bb08327
支持工单功能(1/10) 2024-04-16 16:46:56 +08:00
40ca947f7e
一点点改进 2024-04-08 16:16:14 +08:00
cde9da5824
调整管理员导航内容
*给将来的功能铺路
2024-04-07 14:32:44 +08:00
6d72678b34
文件收集任务 日志记录 前端 2024-04-06 13:53:08 +08:00
1537065226
导航栏加入分享访问日志入口 2024-04-05 17:20:57 +08:00
fefd880e43
调整导航栏(admin.ver)条目 2024-04-03 16:06:18 +08:00
b0cc9c6400
支持Google analysis、Microsoft Clarify集成 2024-04-01 14:26:47 +08:00
ccc4335188
根据注册开放状态决定是否显示注册入口 2024-03-31 13:55:07 +08:00
9e16b46d19
在所有页面的标题后面都加入站点名称 2024-03-30 13:44:05 +08:00
a0d7d9ecd5
微调管理员导航布局 2024-03-29 16:37:51 +08:00
c56f9d68a4
潜在问题修复
*可能会在后面移除掉
2024-03-25 15:39:28 +08:00
246b9c5dde
分离layout
不同身份用户使用不同layout
隐藏不合适的导航链接
2024-03-21 13:59:08 +08:00
7dde52ba42
清理工作&个人信息页面测试用的webauthn相关 2024-03-14 20:26:51 +08:00
9eb9d9d60f
新增功能文件保险箱
*目前只是一个lite版文件管理器
2024-03-10 16:37:22 +08:00
d1683d4c03
前端实现夜间模式
同时调整了一些样式以匹配夜间模式下的效果
*稍后会做一个后端切换主题的功能
2024-03-08 15:26:36 +08:00
95d66859aa
更新导航栏内容 2024-03-01 18:04:21 +08:00
8ac6dfb700
文件收集功能(1/10)
简单造了点壳子,后续功能实现和完善等回学校再说
2024-02-23 14:37:36 +08:00
9ab8e3cc33
更新说明文档,为文件收集功能铺路 2024-02-23 11:42:55 +08:00
5a8c4f1ac8
分享功能的准备工作 2024-02-16 15:13:29 +08:00
7154ee9ce1
杂七杂八的清理工作 2024-02-16 13:59:54 +08:00
c3deb0a285
杂七杂八的小改动 2024-02-15 11:08:46 +08:00
c2b695e53e
小修小补
*顺便测试下gpg
2024-02-10 17:58:40 +08:00
9159880f12 update
new feature: simple file manage
目前只实现了目录切换 路径显示 文件下载
2024-02-10 17:41:07 +08:00
efaecee9ca 改进导航栏和首页 2024-02-10 12:03:11 +08:00
eb6cf82904 修改页脚 2024-02-09 14:14:45 +08:00
Anton
bfa08d479d
Fix #275: Fix favicon link in views/layouts/main.php (#276) 2022-08-24 17:33:32 +03:00
Anton
e35ea2e814
Fix #267: Adjust main layout for Bootstrap5 (#268) 2022-08-19 00:57:02 +03:00
Luke English
9d3b84517a
Update composer depedencies to be the same as the advanced application (#262)
* Compatible with PHP 8.1 and Codeception 5
* Add PHP 8.1 to workflow
* PHP 7.4 as a minimum
* Updated dependencies

Co-authored-by: Luke English <luke.english@ec2i.biz>
2022-06-17 19:15:52 +03:00
Evgeniy Tkachenko
19f5d09c92
docs: correct Syntax for phpDoc (#258)
Co-authored-by: githubjeka <etcoder@gmail.com>
2022-01-14 22:47:17 +03:00
Bizley
0f2ec24968
Fix #245: Use Bootstrap 4 (#248) 2021-05-19 15:01:06 +03:00
Alexander Makarov
561b98a039
Register meta tags with a method that works well with page cache 2018-03-15 01:17:30 +03:00
MaximAL
0c87fab0c3 Used application name instead of string literal in the navbar 2017-09-21 18:01:41 +02:00
nicdnepr
1d51cb3790 Added Alert widget (#134) 2017-08-08 13:02:19 +03:00
Craig London
9178b80ab5 Add meta tag for X-UA-Compatible (#111) 2017-03-09 02:19:05 +03:00
Joel Waldock
a43b2ff94f Increase logout button size (#89) 2016-10-14 00:13:07 +02:00
Bulat Damdinov
c97c8c605d #51 logout btn 2016-03-23 19:55:38 +08:00
Alexander Makarov
0bfc5f9af5 Allow logout when JavaScript is disabled 2015-10-21 01:06:01 +03:00
Alex Solomaha
72c2d75419 Views match Yii2 View Code Style
close #18
2015-07-09 12:39:15 +02:00
Alex Solomaha
c302ff98ed Odd symbol in meta tag
There is no needed the "/" before closing.
2015-01-24 20:45:04 +02:00
Alexander Makarov
2193366f3f Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
Qiang Xue
01429aba17 Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
SonicGD
93cc82c4bf Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
maximal
c2c3c22ff5 Further coding standards fixes. 2014-02-24 20:17:38 +04:00
Nikola Trifunovic
ca6da5de54 Added futter. Fixes #1822 2014-01-11 16:41:39 +01:00
Qiang Xue
c09c67c13c Fixes #1691: added “viewport” meta tag to layout views. 2013-12-29 15:31:35 -05:00
Alexander Makarov
2bd0ffaa4c Code style fixes for layouts 2013-11-28 01:19:43 +04:00
Qiang Xue
3b0ffb51ca Fixes #1234: use dash instead of underscore to separate language and country in locale id. 2013-11-19 16:33:52 -05:00
slavcodev
7d521cb75a Move AppAsset from config to assets directory 2013-11-13 18:17:05 +02:00
Qiang Xue
0af884dcc1 Fixes #1193 2013-11-13 08:31:49 -05:00
slavcodev
c61d43e883 Fix apps phpDoc and short tags 2013-11-12 06:24:07 +02:00