4 days ago | 0 commits to master since this release
Routine maintenance
2 weeks ago | 2 commits to master since this release
This contains the features which are used by the client version which
will be released at 2021-01-06 or later. The new client version will work
with the old server version but the new features won't work.
1 month ago | 7 commits to master since this release
The next client version which will be released at 2020-12-04 will use this feature.
In case of the old server version, creating daily rules/editing rules to be daily
will cause a sync conflict. There are no other limitations.
1 month ago | 8 commits to master since this release
This is required for the new features of the client version which will be released at 2020-11-27
2 months ago | 12 commits to master since this release
Add support for a new client version which will be not released before 2020-11-13.
Using the new client version with the old server version will cause sync conflicts
when using the new features of the client version.
3 months ago | 17 commits to master since this release
Some parts of the code were refactored. Nothing should change.
This release uses transactions with savepoints while older ones did use
them only without savepoints. The common database engines support this
so that this should not cause any problems.
3 months ago | 25 commits to master since this release
This release contains 1 fix, 1 improvement and 1 cleanup
fix: multiple session duration limits for the same time window caused problems
if time for them was added
improvement: added a tolerance for the session duration limit session reset
vs extending so that a reset would happen a few seconds before the time was
reached
cleanup: old serialization function which were never used were removed
4 months ago | 28 commits to master since this release
New client versions will try to use this, but it does not cause any problems if the server does not support it (except some sync conflict warnings at the client)
4 months ago | 29 commits to master since this release
This server version improves the support for a recent client feature
(manually adding used time) by making it an important change which
is synced without delay.
There are not any other changes.
4 months ago | 30 commits to master since this release
Patch which fixes adding used time
4 months ago | 31 commits to master since this release
Added support for new client features which will not be released before 2020-09-07; the new client will work with the old server version, but the new features will not work
5 months ago | 35 commits to master since this release
This server version contains the support for the new features of the
client version 3.4.0 which will be released next week.
Moreover, there is the new environment variable ALWAYS_PRO which
allows unlocking the features of the premium version permanently.
Please note that client versions older than 3.4.0 will show that
the premium version will expire 1970 when enabling this, but this
does not cause any problems.
6 months ago | 40 commits to master since this release
This release contains new features for TimeLimit 3.2.0 which will be released tomorrow. Without it, using the new features (deep category nesting and limit login categories) triggers a sync conflict and the changes will be rolled back.
Moreover, this updates the Node.JS version within the docker container and it fixes cache invalidation issues which occurred when assigning an App which was already part of another category.