Commit graph

18 commits

Author SHA1 Message Date
d8072d8568 Update 'lib/Service/LangRepository.php'
Resolve web app BSOD
giving the following error due to no proper escaping.

    "exception":{                                                                                                                                                                                                                          +
        "Exception":"Doctrine\\DBAL\\Exception\\InvalidFieldNameException",                                                                                                                                                                +
        "Message":""                                                                                                                                                                                                                       +
        An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "lang" does not exist                                                                                                           +
        LINE 1: ...configvalue FROM "oc_preferences" WHERE configkey="lang" and...

Signed-off-by: sergeng <sergeng@yahoo.fr>
2022-01-16 16:38:02 +01:00
34b1c2809b fix issue with custom categories and add experimental notice 2022-01-11 20:20:44 +01:00
30072500bc add a way to create custom categories and manage application categories 2022-01-11 19:59:51 +01:00
1cbdca87df generate default colors using theming colors 2022-01-09 16:43:12 +01:00
9747820cb8 add dark mode colors 2021-02-27 14:21:55 +01:00
c893391065
update ui of admin and fix #53 2021-02-03 15:21:08 +01:00
13f7e63514
PSR 2 compliance 2021-02-03 10:15:59 +01:00
64da45e676
add feature: order categories 2021-02-03 10:14:03 +01:00
4225b157e0
app:check compliance 2020-10-14 09:57:42 +02:00
7b5e92f83e
add config proxy 2020-09-22 14:24:48 +02:00
e4f9765247
fix #24: missing apps 2020-08-19 09:18:29 +02:00
b5ce8b92e1
fix issue with links 2020-08-14 13:30:48 +02:00
e4abc5b43f
add PSR 2 compliance 2020-08-13 11:21:59 +02:00
ef72c00fbb
fix translations 2020-08-13 11:21:06 +02:00
e1c6784d41
update visible apps order 2020-08-12 16:32:26 +02:00
3f2a307226
refactoring 2020-08-12 16:27:43 +02:00
caa9c092ef
add external links 2020-08-11 15:52:15 +02:00
8e0be738a6
add base of the big menu 2020-08-06 15:00:59 +02:00