Alexey Skobkin
b8b5b4bfbc
Trying to properly upgrade for PHP 8.0 support.
2021-02-20 18:34:58 +03:00
Alexey Eschenko
eb31c4e445
Merged in fix/23-fix-prod-env-docs (pull request #54 )
...
Fixing #23 and #24 by updating the docs and making configuration more clear.
2021-02-20 14:16:06 +00:00
Alexey Skobkin
548341494a
Fixing #23 and #24 by updating the docs and making configuration more clear.
2021-02-20 17:12:41 +03:00
Alexey Eschenko
11cbea56cf
Merged in feature/add_invites (pull request #53 )
...
#21 Updating README.md.
2020-12-19 22:53:40 +00:00
Alexey Skobkin
7306352cb3
#21 Updating README.md.
2020-12-20 01:53:01 +03:00
Alexey Eschenko
d9b3610132
Merged in feature/add_invites (pull request #52 )
...
#21 Adding 'invite:add' command.
2020-12-19 22:23:00 +00:00
Alexey Skobkin
6790c7bdb1
#21 Adding 'invite:add' command.
2020-12-20 01:17:49 +03:00
Alexey Eschenko
387a44722e
Merged in fix/empty_query_search (pull request #51 )
...
Optimizing empty search query a bit.
2020-12-19 21:37:02 +00:00
Alexey Skobkin
669095e907
Optimizing empty search query a bit.
2020-12-20 00:35:57 +03:00
Alexey Eschenko
d4479189d3
Merged in composer_update (pull request #50 )
...
PHP constraint changed to allow PHP 8.0.0.
2020-12-19 20:25:38 +00:00
Alexey Skobkin
6d9e7f558e
PHP constraint changed to allow PHP 8.0.0.
2020-12-19 23:20:01 +03:00
Alexey Eschenko
3c0414721a
Merged in composer_update (pull request #49 )
...
composer update
2020-12-19 20:13:36 +00:00
Alexey Skobkin
36a0605eb1
composer update.
2020-12-19 23:11:40 +03:00
Alexey Eschenko
af9b96f5a5
Merged in feature/file_tree (pull request #48 )
...
#12 File tree (bstreeview) implemented instead of file path list. A bit of refactoring. symfony/asset added and used in templates. symfony/flex upgraded due to bugfix.
2020-12-19 20:03:28 +00:00
Alexey Skobkin
18ecb646c0
#12 File tree (bstreeview) implemented instead of file path list. A bit of refactoring. symfony/asset added and used in templates. symfony/flex upgraded due to bugfix.
2020-12-19 22:56:03 +03:00
Alexey Eschenko
e06a46508a
Merged in readme_update (pull request #47 )
...
#16 updating README.md according to current configuration. Removing section about docker-compose (not working right now). Changing default APP_ENV in .env to 'dev' according to Symfony practice.
2020-12-15 15:20:56 +00:00
Alexey Skobkin
685110a3cf
#16 updating README.md according to current configuration. Removing section about docker-compose (not working right now). Changing default APP_ENV in .env to 'dev' according to Symfony practice.
2020-12-15 17:27:45 +03:00
Alexey Eschenko
980423500f
Merged in feature_requirements_update (pull request #46 )
...
Deps and reqs update
2020-11-30 11:33:20 +00:00
Alexey Skobkin
eb8e7f03a5
composer update (all deps).
2020-11-30 14:29:48 +03:00
Alexey Skobkin
c39384871e
composer update --lock after changing PHP version constaint.
2020-11-30 14:25:23 +03:00
Alexey Eschenko
7904ebea84
Merged in Alexey-Eschenko/composerjson-edited-online-with-bitbucke-1606733612401 (pull request #45 )
...
Changing PHP version constraint to allow PHP 8.0 usage.
2020-11-30 10:59:55 +00:00
Alexey Eschenko
99c179e7a2
Changing PHP version constraint to allow PHP 8.0 usage.
2020-11-30 10:54:03 +00:00
Alexey Eschenko
f63f693df4
Merged in feature_ignore_short_words_and_search_help (pull request #44 )
...
Ignoring short words in the search query. Adding search query docs.
2020-07-19 22:30:52 +00:00
Alexey Skobkin
a24d9c0670
Now always ignoring short words in the search query to be able to always use index. Adding small search help docs.
2020-07-20 01:26:58 +03:00
Alexey Eschenko
5d94761fae
Merged in feature_rss_cache (pull request #43 )
...
Improving navbar UX.
2020-07-05 02:16:16 +00:00
Alexey Skobkin
60dacda829
Improving navbar UX.
2020-07-05 05:13:50 +03:00
Alexey Eschenko
1203af5be3
Merged in feature_rss_cache (pull request #42 )
...
Fix #10 . Move symfony/web-profiler-bundle to require-dev.
2020-07-05 01:56:41 +00:00
Alexey Skobkin
c1f743ab27
Fix #10 . Move symfony/web-profiler-bundle to require-dev.
2020-07-05 04:54:55 +03:00
Alexey Eschenko
a001d186ba
Merged in feature_rss_cache (pull request #41 )
...
Implementing simple Redis cache for RSS.
2020-07-05 01:41:34 +00:00
Alexey Skobkin
90090061f0
Implementing simple Redis cache for RSS.
2020-07-05 04:19:27 +03:00
Alexey Eschenko
e6eee29316
Merged in update (pull request #40 )
...
composer update
2020-07-05 00:40:46 +00:00
Alexey Skobkin
57558f16d4
Composer update for many packages.
2020-07-05 03:38:23 +03:00
Alexey Skobkin
af8dd658c0
Fixing incorrect RSS link query parameter.
2020-07-05 03:36:43 +03:00
Alexey Skobkin
883fbf942c
jQuery 3.3.1 -> 3.5.1.
2020-07-05 01:06:16 +03:00
Alexey Skobkin
98d1092967
Bootstrap 4.1.1 -> 4.5.0.
2020-07-05 01:00:43 +03:00
Alexey Eschenko
dd9e72339c
Merged in feature_profile_page (pull request #39 )
...
New account page
2020-07-01 23:20:45 +00:00
Alexey Skobkin
301bc59a6d
Implementing new account page. Adding ability to create API tokens on the account page. Showing RSS feed link on the account page.
2020-07-02 02:12:49 +03:00
Alexey Eschenko
99f5ae0fcc
Merged in feature_upgrade_and_rss (pull request #38 )
...
Adding missing pubDate.
2020-04-04 00:37:55 +00:00
Alexey Skobkin
2d360a66a3
Adding missing pubDate.
2020-04-04 03:37:08 +03:00
Alexey Eschenko
2da6fedc4f
Merged in feature_upgrade_and_rss (pull request #37 )
...
RSS significant performance optimizations.
2020-04-04 00:25:14 +00:00
Alexey Skobkin
f311605ae3
RSS significant performance optimizations.
2020-04-04 03:22:37 +03:00
Alexey Eschenko
234f16b312
Merged in feature_upgrade_and_rss (pull request #36 )
...
Implementing RSS feed draft.
2020-04-04 00:02:13 +00:00
Alexey Skobkin
65d4713f7d
Implementing RSS feed draft.
2020-04-04 02:59:47 +03:00
Alexey Eschenko
bfb1f8daa4
Merged in feature_upgrade_and_rss (pull request #35 )
...
Removing page list from pagination to get rid of COUNT() query
2020-04-03 22:08:21 +00:00
Alexey Skobkin
8663e9f5d9
TwitterBootstrap4PagelessView and PagelessDoctrineORMAdapter implemented to remove unnecessary COUNT() queries.
2020-04-04 01:03:50 +03:00
Alexey Skobkin
9a6b5e258d
composer update.
2020-04-03 23:07:35 +03:00
Alexey Eschenko
c33409d53b
Merged in feature/upgrade (pull request #34 )
...
Fixing sentry/sentry-symfony dependency.
2020-01-20 20:15:28 +00:00
Alexey Skobkin
cdfde1d426
Fixing sentry/sentry-symfony dependency.
2020-01-20 23:12:14 +03:00
Alexey Eschenko
e3436fe6db
Merged in feature/upgrade (pull request #33 )
...
A bunch of changes and upgrades
2020-01-20 18:26:39 +00:00
Alexey Skobkin
3e8e44410b
PHP 7.4.
2020-01-20 21:21:33 +03:00