Commit Graph

13267 Commits

Author SHA1 Message Date
514aadfc13 Web: Components: fixed color props 2021-07-20 11:27:07 +03:00
a3b20c12dc Web: Components: added color props 2021-07-20 11:07:41 +03:00
f645d6acc0 Web: Components: added background image props 2021-07-20 06:51:29 +03:00
Sergey Kirichenko
5bcca1da75
Fix nginx config for cache config (#306)
* Fix cache-controll config

* Modify nginx cofig
2021-07-19 17:01:04 +03:00
Sergey Kirichenko
eacf6e663c
Add modification of number in appsettings (#304)
* Modify number in appsettigs

* Cosmetic changes

* Cosmetic changes

* Modify arg in Docker-app

* Add build args in hooks build

* Add arg varibles to hooks build
2021-07-16 20:14:37 +03:00
923db85ca1 crm: fixed bug with crash app for contacts list more than 25 and fixed bug with always infoType set 0 2021-07-16 19:01:57 +03:00
95a7bdf7b5
Update onlyoffice.conf 2021-07-16 12:47:42 +03:00
1268a436ca Startup: fix load products 2021-07-16 11:56:14 +03:00
d88741962c EF: optimize server version check 2021-07-16 11:48:30 +03:00
dc323f255f Enabled registerSW 2021-07-15 15:16:07 +03:00
0b49e4bdb2
Merge pull request #303 from ONLYOFFICE/feature/context-optimize
DbContext: optimization
2021-07-15 13:08:22 +03:00
2d75554b0d DbContext: optimization 2021-07-15 13:07:47 +03:00
Sergey Kirichenko
6ca5896715
Add etag config to proxy (#301)
* Add etag config to proxy

* Modify cache control

* Modify config
2021-07-15 12:01:04 +03:00
57a1e23eba Disable registerSW for fix issues with CDN 2021-07-15 11:57:07 +03:00
624b0703c9 Web: Components: fixed color 2021-07-15 09:56:09 +03:00
d7b5f504ed Web: Components: added btnText props 2021-07-15 09:55:21 +03:00
e9af9374ca Web: Files: hidden annoying loader on first load 2021-07-14 17:37:30 +03:00
e81c3df0be Added displaying version from appsettings.json (api/2.0/settings.json) 2021-07-14 17:31:06 +03:00
29866d73ac Web: Components: deleted unused 2021-07-14 17:13:16 +03:00
728b6d359d Web: Components: replaced snackbar 2021-07-14 17:12:13 +03:00
1203ee314d Web: added translations 2021-07-14 15:44:01 +03:00
1ebc588a93 Web: Bumped version to 1.0.0 2021-07-14 13:26:36 +03:00
b184ad7898 Log: fix configuring 2021-07-14 11:00:59 +03:00
ad57feecd8 Log: fix configuring 2021-07-13 21:17:18 +03:00
8d287249af
Bugfix/rpm errors (#295)
* Fix the elasticsearch configuration

* Add copying of the start files

* License correction

* Fix file copying

* Add a warning about an unsupported version of the distribution

* Correction of folder names

* Correction of directory name

* Fix configuration errors and add a quiet mode

* Remove a quiet mode

* Release ports for launching services

* Add topics to launch socket.io

* Fix folder name

* Fix the output of messages about the creation of topics

* Remove unnecessary lines

* Delete an unnecessary line
2021-07-13 18:03:48 +03:00
a3592ca94d Web: Common: added snackbar 2021-07-13 14:36:27 +03:00
20234a0f31 Web: Files: lowercase banner image 2021-07-13 12:58:24 +03:00
a046cd3d54
Merge pull request #300 from ONLYOFFICE/feature/personal
Feature/personal
2021-07-12 11:16:25 +03:00
8388a4e306
Merge branch 'develop' into feature/personal 2021-07-12 10:56:30 +03:00
354b7423ed Files: fixed feed 2021-07-11 18:22:18 +03:00
7e6e25274f Api: fix confirm 2021-07-10 20:27:15 +03:00
2950f72bb8 Config: Restored appsettings config 2021-07-09 19:23:56 +03:00
4295ec2ecc Web: Components: Snackbar: Fixed mobile and small tablet margin 2021-07-09 19:21:34 +03:00
3cfc3bd924 Web: Components: Snackbar: Fixed mobile margin 2021-07-09 19:10:34 +03:00
28c0dced54 Merge branch 'feature/personal' of github.com:ONLYOFFICE/AppServer into feature/personal 2021-07-09 18:50:04 +03:00
fccdd5f97a Web: Files: fixed translations 2021-07-09 18:49:57 +03:00
d8612e2e01 Hide Privacy Rooms on personal 2021-07-09 18:41:07 +03:00
d125220aa0 Merge branch 'feature/personal' of https://github.com/ONLYOFFICE/AppServer into feature/personal 2021-07-09 18:28:24 +03:00
b4c4625f3f Moved getting firebase config to API method /api/2.0/settings.json 2021-07-09 18:28:08 +03:00
1c24e809fc Merge branch 'feature/personal' of github.com:ONLYOFFICE/AppServer into feature/personal 2021-07-09 17:41:07 +03:00
537fe50394 Web: Client: About: fixed logo 2021-07-09 17:40:53 +03:00
1c0e201c2c Merge branch 'feature/personal' of https://github.com/ONLYOFFICE/AppServer into feature/personal 2021-07-09 17:25:42 +03:00
0297620036 Fix SnackBar usage 2021-07-09 17:25:20 +03:00
ee544dcde5 Merge branch 'feature/personal' of github.com:ONLYOFFICE/AppServer into feature/personal 2021-07-09 17:02:01 +03:00
d14655900c Web: Files: fixed 2021-07-09 17:01:48 +03:00
d90413a436 Web: Client: Firebase: removed unused code 2021-07-09 16:32:37 +03:00
5cea2de9f6 Merge branch 'develop' into feature/personal 2021-07-09 16:29:14 +03:00
d26169adca Web: Client: fixed header-module-title styles 2021-07-09 16:23:47 +03:00
Sergey Kirichenko
9546e04e44
Add cache control in the backend proxy (#299)
* Modify cache control in the proxy

* Cosmetic modify

* Cosmetic modify

* Cosmetic modify

* Cosmetic modify

* Add expires conf

* Del swp file
2021-07-09 16:16:15 +03:00
4cd1b3fa75 Web: People: Applied prettier style fix 2021-07-09 16:15:13 +03:00