João Brandão
|
5516a77b33
|
[UI][TIMELINES] Refactored query for public stream
|
2021-09-14 13:10:19 +01:00 |
|
Diogo Machado
|
f18a2a4bb6
|
[STATIC ANALYSIS] Started removal process for the errors found by PHPStan
|
2021-09-14 13:10:16 +01:00 |
|
Daniel
|
c0d363e317
|
[Poll] Restructured templates, added misssing poll related css
|
2021-09-14 13:10:13 +01:00 |
|
Daniel
|
7a299162e1
|
[Poll] Polls now have an associated note, poll templates, start_show_styles event, started css
|
2021-09-14 13:10:13 +01:00 |
|
Daniel
|
ffb4b9df23
|
[Poll] Added modified param for Poll/Poll response, added PollTest
|
2021-09-14 13:10:12 +01:00 |
|
Daniel
|
c3aa2ae400
|
[FORM] Implement ActorArrayTransformer
|
2021-09-14 13:06:57 +01:00 |
|
|
460712e15e
|
[GIT] Change my email to the new one in all files and bump copyright year
|
2021-09-14 13:06:56 +01:00 |
|
Hugo Sales
|
e8feb2ae84
|
[DOCUMENTATION][REFACTOR] Add documentation to all flagged function and do some small cleanup
|
2021-09-14 13:06:55 +01:00 |
|
Hugo Sales
|
e949dd654a
|
[CONFIG] Various fixes to use new configuration format
|
2021-09-14 13:06:54 +01:00 |
|
Hugo Sales
|
dd40255c4a
|
[CONFIG][DB] Remove config from the database, put it in yaml, so it can be baked into the container
|
2021-09-14 13:06:53 +01:00 |
|
Hugo Sales
|
179d7f3335
|
[UTILS] Make bitmap not use a static class var and set object properties as lowercase
|
2021-09-14 13:06:53 +01:00 |
|
Hugo Sales
|
63d2d58e9e
|
[EXCEPTION] Make findOne return NotFoundException
|
2021-09-14 13:06:52 +01:00 |
|
Hugo Sales
|
c07a0cdcd5
|
[EXCEPTION] Add base class to invalid form exception and add URL arguments to redirect exception
|
2021-09-14 13:06:52 +01:00 |
|
Hugo Sales
|
ffcf909bda
|
[UTIL] Update bitmap base class, making using easier
|
2021-09-14 13:06:52 +01:00 |
|
Hugo Sales
|
4c15271d36
|
[UI] Display error when submitted form is invalid
|
2021-09-14 13:06:51 +01:00 |
|
Hugo Sales
|
b906dde059
|
[EXCEPTION][UI][UX] Add RedirectException, which can be thrown anywhere to redirect somewhere, and an exception handler
|
2021-09-14 13:06:51 +01:00 |
|
Hugo Sales
|
6165f7cd55
|
[Media] Display images and videos inline in notes
|
2021-09-14 13:06:49 +01:00 |
|
rainydaysavings
|
a9d5f8ac5b
|
[UI][TWIG] Fixing note actions placement and size, more descriptive rules
|
2021-09-14 13:06:49 +01:00 |
|
Hugo Sales
|
d95c22cb3e
|
[EXCEPTION] Fix exceptions not being translated
|
2021-09-14 13:06:48 +01:00 |
|
Hugo Sales
|
0b50905ac8
|
[NOTE][UI] Add note replying and UI displaying
|
2021-09-14 13:06:45 +01:00 |
|
Hugo Sales
|
8506a0248d
|
[UTIL][Common] Fix import
|
2021-09-14 13:05:54 +01:00 |
|
Hugo Sales
|
a2269f5745
|
[UTIL][Common] Implement 'isSystemPath'
|
2021-09-14 13:05:54 +01:00 |
|
Hugo Sales
|
8716d700a6
|
[CORE][DB] Fix uses of db tables after previous restructure
|
2021-09-14 13:05:53 +01:00 |
|
Hugo Sales
|
365168d03e
|
[EXCEPTION] Add ServerException and inherit previous throwable
imported from v2/5ea5d3007563f76a77efbfb66936315441922542
|
2021-09-14 13:05:51 +01:00 |
|
Hugo Sales
|
4128a5403d
|
[MEDIA][EXCEPTIONS] Fix errors and deprecations
|
2021-09-14 13:05:51 +01:00 |
|
Hugo Sales
|
699f25a397
|
[AUTOGENERATED] Update autogenerated code
|
2021-09-14 13:05:51 +01:00 |
|
Hugo Sales
|
bd8f4bd277
|
[AVATAR] Fixed avatar upload, added avatar inline download and updated template and base controller
|
2021-09-14 13:05:51 +01:00 |
|
Hugo Sales
|
58b6026607
|
[UTIL] Fix and rename arrayRemoveKeys
|
2021-09-14 13:05:47 +01:00 |
|
Hugo Sales
|
48252d6b8c
|
[UTIL][FORM] Add form transformer array <--> string
|
2021-09-14 13:05:46 +01:00 |
|
Hugo Sales
|
3e6eb114c4
|
[UTIL] Add Common::array_remove_keys
|
2021-09-14 13:05:46 +01:00 |
|
Hugo Sales
|
b3bce3efa1
|
[FORMATTING] Add option to split a string to array by both a comma and a space
|
2021-09-14 13:05:45 +01:00 |
|
Hugo Sales
|
921da28884
|
[FORM] Add DataTransformer to and from array
|
2021-09-14 13:05:45 +01:00 |
|
Hugo Sales
|
576d6eb11c
|
[UTIL][NICKNAME][FIX] Add self to constant
|
2021-09-14 13:05:44 +01:00 |
|
Hugo Sales
|
040c400bfe
|
[UTIL] Update Formatting::{toString,toArray} to allow spliting by either space or comma
|
2021-09-14 13:05:43 +01:00 |
|
Hugo Sales
|
b772702895
|
[LIB][Util] Update Common::setConfig to throw an exception if appropriate, add Formatting::{toString,toArray}
|
2021-09-14 13:05:42 +01:00 |
|
Hugo Sales
|
17dc298dfa
|
[UTIL][NICKNAME] Small refactor and remove the check between user nickname and group_alias, as these will have different semantics
|
2021-09-14 13:05:42 +01:00 |
|
Hugo Sales
|
c0da90bd3e
|
[COMMON][SECURITY][WRAPPER] Added security service static wrapper and Common::getUser
|
2021-09-14 13:05:41 +01:00 |
|
Hugo Sales
|
2796ac5228
|
[NOTIFICATION][DATABASE] Update user notification prefs table, implementation of Notification and define a base class for notification transport
|
2021-09-14 13:05:40 +01:00 |
|
Hugo Sales
|
0eba267a73
|
[LOGIN] Implement password checking and related systems
|
2021-09-14 13:05:40 +01:00 |
|
Hugo Sales
|
8ce0f05371
|
[UTIL] Update Common::config to ensure the values queried exist
|
2021-09-14 13:05:39 +01:00 |
|
Hugo Sales
|
fb53700be2
|
[LIB][Util] Remove Functional::arity as it got merged upstream as Functional\ary
|
2021-09-14 13:05:39 +01:00 |
|
Hugo Sales
|
d6cd52cede
|
[LIB][Util] Make Common::config return the unserialized value instead of the entity
|
2021-09-14 13:05:39 +01:00 |
|
Hugo Sales
|
339003f210
|
[LIB][Util] Change methods in the Common class to camelCase, add isSystemPath (previously in Nickname.php)
|
2021-09-14 13:05:38 +01:00 |
|
Hugo Sales
|
d0771f77bc
|
[UTIL][NICKNAME] Import nickname utilities and exceptions from v2
|
2021-09-14 13:05:38 +01:00 |
|
Hugo Sales
|
643a937152
|
[DATABASE][WRAPPER] Update DATABASE wrapper so entity names are provided without the namespace
|
2021-09-14 13:05:36 +01:00 |
|
Hugo Sales
|
c602cf8422
|
[LIB][Util] Refactor and implement array indexing methods on RingBuffer
|
2021-09-14 13:05:35 +01:00 |
|
Hugo Sales
|
7f5e574cbf
|
[LIB][Util] Add Ring Buffer data structure
|
2021-09-14 13:05:34 +01:00 |
|
Hugo Sales
|
84be8e1711
|
[DOCUMENTATION] Fixed type annotations and documentation of Common::size_str_to_int
|
2021-09-14 13:05:29 +01:00 |
|
Hugo Sales
|
4ffb7c338f
|
[CORE] Refactoring core
|
2021-09-14 13:05:26 +01:00 |
|
Hugo Sales
|
4deb446f39
|
[DEFAULTS] Remove deprecated defaults and convert them to snake_case
|
2021-09-14 13:05:26 +01:00 |
|