|
14db5d9864
|
[TESTS][Twig] Add @codeCoverageIgnore to select methods, as these are simple wrappers
|
2021-08-03 19:15:30 +00:00 |
|
|
e0ebef594f
|
[TESTS][DB] Update test to reflec fact that GSActor no longer has a normalized_nickname field
|
2021-08-03 19:15:30 +00:00 |
|
|
63d26d1295
|
[TESTS][Nickname] Update tests to reflect new usage. Normalization functionality will be moved to a plugin
|
2021-08-03 19:15:30 +00:00 |
|
|
ed850a7763
|
[TESTS][TemporaryFile] Update test to reflect new usage
|
2021-08-03 19:15:30 +00:00 |
|
|
e196a3577d
|
[ENTITY] Remove 'normalized_nickname' field from GSActor as that feature will be moved to a plugin
|
2021-08-03 19:15:30 +00:00 |
|
|
c0e4dec674
|
[TESTS][DOCUMENTATION][Module] Add documentation and exclude method from testing in Module base class
|
2021-08-03 19:15:30 +00:00 |
|
|
88ab76c480
|
[CORE][TemporaryFile] Add option to specify attempts and better handle when reaching the attemp limit without being able to create a file
|
2021-08-03 19:14:56 +00:00 |
|
|
1f9acaf4ef
|
[TESTS] Add tests for GSFile
|
2021-08-03 19:13:30 +00:00 |
|
|
55710aa33d
|
[DB] Refactor findOneBy method
|
2021-08-03 19:13:29 +00:00 |
|
|
8e743eabb9
|
[TESTS][DOCUMENTATION] Add documenation for the list events command and exclude it from unit testing
|
2021-08-03 19:13:29 +00:00 |
|
|
d34155c743
|
[CONFIG] Make password length limits configurable
|
2021-08-03 19:13:29 +00:00 |
|
|
0d6b4093fe
|
[TESTS] Exclude Data Fixtures from testing, as that happens before testing
|
2021-08-03 19:13:29 +00:00 |
|
|
400716c1b2
|
[TESTS] Exclude class Security from testing, as it's a simple wrapper
|
2021-08-03 19:13:29 +00:00 |
|
|
75c9ffde31
|
[TESTS] Raise test coverage for ModuleManager to 100%
|
2021-08-03 19:13:29 +00:00 |
|
|
4258148a03
|
[TESTS] Exclude HTTPClient from testing, as it's a simple wrapper and we don't want to be performing HTTP requests in tests, for speed and reliability
|
2021-08-03 19:13:29 +00:00 |
|
|
6956e6907c
|
[TESTS] Raise test coverage for Form to 100%
|
2021-08-03 19:13:29 +00:00 |
|
|
7ee908f4dc
|
[TESTS] Revert exposing Redis docker container ports, as this conflicts with the actual instance, and was intended for testing
|
2021-08-03 19:13:29 +00:00 |
|
|
b2d72673c7
|
[TESTS][EVENTS] Raise test coverage for Event class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
b51d43e6e2
|
[TESTS][ENTITY] Raise test coverage for Entity class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
5777cdeaf9
|
[TESTS][LOG] Raise test coverage for Log class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
b0ef7599b2
|
[TESTS] Ignore GNUsocial class from tests, as it simply pipes objects around
|
2021-08-03 19:13:28 +00:00 |
|
|
2c74bd7fb4
|
[FORM][DOCUMENTATION] Add documentation to Form class
|
2021-08-03 19:13:28 +00:00 |
|
|
b9fdaa1401
|
[EVENT] Fixup implementation, as imformed by tests
|
2021-08-03 19:13:28 +00:00 |
|
|
88bb0c6b38
|
[ENTITY] Fixup implementation, as imformed by tests
|
2021-08-03 19:13:28 +00:00 |
|
|
df956a5f90
|
[DB] Handle using methods with class name as well as table name and add lookup methods
|
2021-08-03 19:13:28 +00:00 |
|
|
aa66263b92
|
[TESTS] Add missing tests for Common
|
2021-08-03 19:13:28 +00:00 |
|
|
ae27d95509
|
[TESTS] Expand and fix cache tests
|
2021-08-03 19:13:27 +00:00 |
|
|
2beda0dd44
|
[TESTS] Add ignore annotations to code paths that serve as hooks in DependencyInjection
|
2021-08-03 19:13:27 +00:00 |
|
|
b79629b6d2
|
[TESTS][CACHE] Fixup errors found in cache implementation by testing. Ensure the newest values are kept, in pushList with max_count
|
2021-08-03 19:13:27 +00:00 |
|
|
4f6f4aa512
|
[ENTITY] Fix foreign key type in Cover entity, as found by tests
|
2021-08-03 19:13:27 +00:00 |
|
|
3554a5c369
|
[TESTS] Exclude Routes from testing, as well as, temporarily, src/Security
|
2021-08-03 19:13:27 +00:00 |
|
|
5ca8842308
|
[TESTS] Use vendor/bin/simple-phpunit for running the tests, as it provides the appropriate polyfills
|
2021-08-03 19:13:20 +00:00 |
|
|
5bf4a68454
|
[LEFT][RIGHT][CSS] Panels now occupy full page in smaller screen sizes.
|
2021-08-03 19:02:39 +01:00 |
|
|
903e6b33ff
|
[RIGHT][CSS] Right panel now shows an intuitive icon for other note options available.
|
2021-08-03 19:02:39 +01:00 |
|
|
0a0ead3081
|
[TWIG][CSS] Overall CSS optimizations. Image gradients are now used, 64x64 px.
|
2021-08-03 19:02:39 +01:00 |
|
|
efeb4b4ffe
|
[SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:39 +01:00 |
|
|
780d341939
|
[SETTINGS][ROUTES][CONTROLLER] Settings overhaul, refactoring to accommodate new global settings view. WIP, component settings aren't shown at the moment.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:39 +01:00 |
|
|
5e012c39ab
|
[SETTINGS][TWIG][CSS] Settings WIP. Form polished, dropdowns need styling.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
787afb9b41
|
[BASE][CSS] Snappier and consistent animations.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
0e7c657301
|
[TWIG][SETTINGS] WIP. Settings navigation early sketch.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
95f92d34db
|
[CSS] <figcaption> now has top padding for better legibility, hover now resizes it's element accordingly.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
3cd33fb83a
|
[TWIG][CSS] Panels are fixed and base content acts accordingly on all sizes.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
c2fc2300c7
|
[DOCS][Dev] Add HTTP Client
|
2021-08-03 18:22:37 +01:00 |
|
|
7fd4149695
|
[DOCS][Dev] Add Security
|
2021-08-03 17:54:43 +01:00 |
|
|
0273c8ca24
|
[DOCS][Dev] Add Queues
|
2021-08-03 17:23:58 +01:00 |
|
|
477518abf7
|
[DOCS][Dev] Add Internationalisation
|
2021-08-03 16:07:32 +01:00 |
|
|
47171069c2
|
[DOCS][Dev] Add Attachments
|
2021-08-03 15:37:31 +01:00 |
|
|
e8f57e8380
|
[DOCS][Dev] Configure search
|
2021-08-03 15:37:30 +01:00 |
|
|
7f3a9bc880
|
[DOCS][Dev] Add Logging
|
2021-08-03 15:37:30 +01:00 |
|
|
263a5f67f3
|
[DOCS][Dev] Add Templates
|
2021-08-03 13:34:57 +01:00 |
|