75 Commits

Author SHA1 Message Date
Bernd Bestel
dabc48fed3
Typo 2021-03-31 22:15:41 +02:00
Kai
68c5fd0617
Update README.md (#1432) 2021-03-31 22:14:05 +02:00
Bernd Bestel
c9f40782de
Update SQLite requirement info (references #1209) 2020-12-23 14:56:10 +01:00
Bernd Bestel
f1efd08bc6
Raise minimum/tested runtime requirements (references #1209) 2020-12-22 21:54:49 +01:00
Bernd Bestel
efb5f97ed4
Optimized README formatting 2020-12-22 09:58:36 +01:00
Bernd Bestel
c1dd145b81
Clarified that database migrations are supposed to work between releases 2020-12-21 21:29:52 +01:00
Bernd Bestel
cef3086a63
Pulled translations from Transifex 2020-12-20 13:03:06 +01:00
Bernd Bestel
9d7ca55109
Typo 2020-12-19 17:09:48 +01:00
Bernd Bestel
1b864f990b
Updated screenshots 2020-12-19 17:08:08 +01:00
Bernd Bestel
17d0821bae
Typo 2020-12-19 15:42:39 +01:00
Bernd Bestel
063e4c214b
Reviewed README 2020-12-19 14:53:51 +01:00
Bernd Bestel
b393998601
Distinguish expiry/best before dates (closes #851) 2020-11-15 19:53:44 +01:00
fipwmaqzufheoxq92ebc
6f8ad9b76e
Locales: use http-accept-language or cookie (#976)
* Locales: use http-accept-language or "language"-cookie

* Add user-setting "locale"

Rename CULTURE to DEFAULT_LOCALE

* Use LocaleMiddleware also in dev mode

* CORS: don't require authentication on OPTIONS

* Use a standard user-settings-control and start a new generic user settings page, not a separate page for the locale setting

* Fixed (broken by myself) link-return handling

* Clarify language settings

* Removed unneeded files

* Better user settings icon

* Added localization hints

Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-08-31 19:11:51 +02:00
Bernd Bestel
f6852e82b2
Website link has changed (references grocy/grocy-website#15) 2020-07-28 20:15:42 +02:00
Bernd Bestel
1d4b6a0a24
Updated README.md 2020-04-12 14:49:53 +02:00
Bernd Bestel
6b75decd4a
Added roadmap section 2020-04-07 13:54:10 +02:00
Bernd Bestel
2334b010fd
Added roadmap section 2020-04-07 13:48:55 +02:00
Bernd Bestel
2924502878
Added info about the new release branch 2020-04-04 20:42:12 +02:00
Bernd Bestel
de20699580
Updated recommended nginx try_files directive 2020-02-13 22:29:05 +01:00
Bernd Bestel
d4367808a2
Include 80 % complete translations in releases 2020-01-30 07:32:09 +01:00
Bernd Bestel
40730328b8
Updated README.md 2020-01-27 19:07:13 +01:00
Bernd Bestel
a8cf5ae9ab
Handle demo mode via a setting instead of checking the existence of a file (closes #484) 2020-01-05 09:11:11 +01:00
Bernd Bestel
744fd03633
Added a note that browser barcode scanning only works when served via a secure connection (closes #411) 2019-10-06 11:51:46 +02:00
Bernd Bestel
5d98140843
Added input shorthands for date fields to increase/decrease the date by 1 month/year (closes #405) 2019-10-02 16:06:44 +02:00
Bernd Bestel
1a7be05e3f
Added linuxserver/docker-grocy to README 2019-09-22 09:46:19 +02:00
Bernd Bestel
4eabee3db7
Typo... 2019-09-21 17:30:33 +02:00
Bernd Bestel
95478cbb18
Updated README.md 2019-09-21 17:26:53 +02:00
Bernd Bestel
d8360993cc
Internal change that the demo instances (stable and pre-release) can be served through a single instance for all localizations (references #241) 2019-09-21 15:07:29 +02:00
Bernd Bestel
0daf0aeb61
Added a hint to the new community contributions section on the website 2019-07-12 13:45:35 +02:00
Bernd Bestel
889f520afb
grocy-desktop is not really "NEW" anymore... 2019-07-12 13:42:35 +02:00
Bernd Bestel
a999112a21
Added a link to the new grocy subreddit (references grocy/grocy-website#1) 2019-04-28 21:18:35 +02:00
Bernd Bestel
72a3f63546
Extended contributing info to use pull requests for changes 2019-04-22 23:13:57 +02:00
Bernd Bestel
eae8536c9b
Added contribution info 2019-04-22 22:43:07 +02:00
Bernd Bestel
3586bf77c3
Added info about Feature Flags 2019-03-06 19:37:55 +01:00
Bernd Bestel
db0b48e7ae
Fix GitHub project links 2018-11-17 12:58:44 +01:00
Bernd Bestel
1a6849ad37 Moved docker related things to https://github.com/grocy/grocy-docker (this now closes #101, thanks @talmai) 2018-11-16 07:58:03 +01:00
Bernd Bestel
83985e9f21
Migrate translations to use Transifex 2018-11-03 14:29:14 +01:00
Bernd Bestel
960ee919f9
Mention minimum SQLite version (closes #104) 2018-10-29 22:09:44 +01:00
Talmai Oliveira
be326a5211 Grocy docker patch (#78)
* typo corrections

* more typos

* initial work towards dockerized version of grocy

* placeholder for future README

* fully working dockerized grocy

* updated final size of docker images
2018-09-30 09:31:16 +02:00
Bernd Bestel
60d47bef84
Fixed line break 2018-09-24 19:17:42 +02:00
Bernd Bestel
98a7bcb044
Added info about pre-release demo 2018-09-24 19:16:19 +02:00
Bernd Bestel
ef1df0a446
Unify path references and only use relative ones 2018-07-30 19:16:36 +02:00
Marius Boro
3474f55866
Update README.md
added useful information for new users
2018-07-29 23:26:34 +02:00
Bernd Bestel
4685ff4145 Add an update script for Linux 2018-07-25 08:22:27 +02:00
Bernd Bestel
7f8540ff4e
Replace the single user (defined in /data/config.php) with a multi user management thing 2018-07-24 19:31:43 +02:00
Bernd Bestel
848931da21
Mention grocy-desktop in README 2018-07-22 13:59:53 +02:00
Bernd Bestel
bf4092e746
Changed latest release download link 2018-07-22 13:26:46 +02:00
Bernd Bestel
e9a4b43268
Improve date picker MMDD shorthand 2018-07-22 13:09:23 +02:00
Bernd Bestel
b1522742cc
Add new date input shorthand 2018-07-22 13:03:08 +02:00
Bernd Bestel
ecdaaab789
Update README.md 2018-07-22 12:41:11 +02:00