Yuri Kuznetsov
f78d38d592
migration script for reminders
2024-04-28 20:09:53 +03:00
Yuri Kuznetsov
15b4ce9657
move migration
2024-04-23 17:09:26 +03:00
Yuri Kuznetsov
665dd2f242
mention permission
2024-04-23 16:58:46 +03:00
Yuri Kuznetsov
7af208c2a0
after-upgrade pass isUpgrade
2024-04-09 10:49:00 +03:00
Yuri Kuznetsov
308c480317
migrations beta versions
2024-04-06 16:16:36 +03:00
Yuri Kuznetsov
d7a88b382d
migrations fix and dev
2024-04-06 12:45:55 +03:00
Yuri Kuznetsov
acc2eb1a55
migrations dev
2024-04-05 15:48:20 +03:00
Yuri Kuznetsov
e513a72504
migratinos dev
2024-04-05 14:58:53 +03:00
Yuri Kuznetsov
a8fa8bfa00
ref
2024-04-05 14:14:31 +03:00
Yuri Kuznetsov
e8473e5ce0
migrations dev
2024-04-05 13:34:49 +03:00
Yuri Kuznetsov
5a6583b93b
migrations dev
2024-04-05 13:19:43 +03:00
Yuri Kuznetsov
977b9adeff
migrations dev
2024-04-05 12:17:00 +03:00
Yuri Kuznetsov
03e16b81e5
upgrade ref and test fixes
2024-04-05 11:21:09 +03:00
Yuri Kuznetsov
455bb2a298
migrations ref
2024-04-05 11:01:02 +03:00
Yuri Kuznetsov
0b19bd4bb5
upgrade ref
2024-04-05 10:47:10 +03:00
Yuri Kuznetsov
77f60734f6
upgrade ref
2024-04-04 16:19:56 +03:00
Yuri Kuznetsov
d8dd048a89
migrations dev
2024-04-04 13:26:32 +03:00
Yuri Kuznetsov
a3fe58f61b
update phpstan
2024-01-30 11:40:31 +02:00
Yuri Kuznetsov
995fbba9de
update file headers
2023-12-31 10:49:50 +02:00
Yuri Kuznetsov
faa11d603e
cs
2023-05-07 19:18:28 +03:00
Yuri Kuznetsov
2b667ffa03
cs
2023-04-29 10:55:29 +03:00
Yuri Kuznetsov
fdb24513b5
cs
2023-04-29 10:49:25 +03:00
Yuri Kuznetsov
03c123d63e
grand refactoring of schema and other database related things
2023-01-28 12:45:44 +02:00
Taras Machyshyn
141c6430c4
Merge master
2023-01-03 16:22:44 +02:00
Taras Machyshyn
6f676c8a2f
2023 year
2023-01-03 16:01:43 +02:00
Yuri Kuznetsov
b6a1648486
cleanup
2022-12-31 11:03:44 +02:00
Yuri Kuznetsov
49bb6771f6
pdo factory and dbal ref
2022-12-25 14:07:06 +02:00
Yuri Kuznetsov
6fb8e7ab37
type fix
2022-11-20 14:05:53 +02:00
Yuri Kuznetsov
20ae316c63
page refresh on update
2022-08-25 19:18:08 +03:00
Yuri Kuznetsov
d52b73f738
fix phpdoc
2022-08-10 17:28:36 +03:00
Yuri Kuznetsov
1bd6c1c451
throws tags
2022-06-24 11:44:24 +03:00
Yuri Kuznetsov
6516616bf4
exception fixes
2022-06-23 17:28:35 +03:00
Yuri Kuznetsov
955a489e21
exception changes
2022-06-23 11:45:50 +03:00
Yuri Kuznetsov
cfe7212a80
add throws
2022-06-22 16:15:16 +03:00
Yuri Kuznetsov
c0dd692263
throw tags
2022-06-22 15:54:51 +03:00
Yuri Kuznetsov
991e3f8cc3
type fixes
2022-03-22 13:37:38 +02:00
Yuri Kuznetsov
ca39deb818
type fixes
2022-03-17 16:48:47 +02:00
Yuri Kuznetsov
0cc88a395f
type fixes
2022-03-17 16:37:37 +02:00
Yuri Kuznetsov
f5a709fd56
type fixes
2022-03-08 12:14:42 +02:00
Yuri Kuznetsov
b1cab62b95
type fixes
2022-03-08 12:09:16 +02:00
Taras Machyshyn
095f82df1c
2022 year
2022-02-10 12:12:23 +02:00
Yuri Kuznetsov
79af0d2cc7
type fixes
2021-11-09 12:26:42 +02:00
Yuri Kuznetsov
c61513cf84
fixes
2021-11-05 12:02:06 +02:00
Yuri Kuznetsov
7203b652fa
type fixes
2021-11-04 12:17:37 +02:00
Yuri Kuznetsov
71a35878c1
type fixes
2021-11-02 12:24:56 +02:00
Yuri Kuznetsov
f5fa51854d
fixes
2021-10-29 16:12:24 +03:00
Yuri Kuznetsov
8286d7b621
fixes
2021-10-29 12:46:57 +03:00
Arkadiy
4ae383033a
fix missing class imports, exceptions and undefined properties ( #2112 )
...
* fix exception
* fix missing imports
* fix access to an undefined property
2021-10-15 15:46:45 +03:00
Yuri Kuznetsov
af4d1e650c
cs fix
2021-06-10 17:01:54 +03:00
Arkady
b19c543988
fix cs ( #1995 )
...
* remove leading slashes in `use` clauses
* remove spaces inside parenthesis
* ensure one blank line after the `use` statement
* ensure cast are written in lower case
* fix whitespace around the keyword of a class
* remove spaces after function call
* remove trailing whitespace
* standardize spaces around ternary operator
* ensure php keywords are in lower case
* remove whitespace before closing semicolon
* ensure whitespace after each comma in array
* ensure `true`, `false`, and `null` are lower case
2021-05-12 23:53:11 +03:00