summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/thrift/cache/OrganizationList.java
Commit message (Collapse)AuthorAgeFilesLines
* [server] Add one second timeout to cache updatesSimon Rettberg2023-05-221-3/+2Star
| | | | | | | | | | Since the caches are also accessed in some more timing-sensitive contexts, e.g. when a client requests launch data for a lecture, we should make sure a cache update, in case the data is stale, doesn't take too long. If the update doesn't complete within a second, we return the old, stale data. The actual cache update will still keep running in the background though and if successful, update the cache.
* [server] Remove unused throws annotationSimon Rettberg2022-11-071-1/+1
|
* [SERVER] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [server] Refresh organization list of a user with an unknown organization ↵Simon Rettberg2015-09-161-1/+12
| | | | connects
* [server] Fix virtualizer store querySimon Rettberg2015-09-091-1/+17
|
* [*] Move common classes to master-sync-sharedSimon Rettberg2015-07-101-2/+2
|
* [server] Implement OS list fetching, caching, and fallback to local DBSimon Rettberg2015-07-081-4/+8
|
* [server] Add script field to lecture table; implement getImageDetails method ↵Simon Rettberg2015-06-161-3/+11
| | | | to get detailed information about an image from the database
* [server] On mah way (lots of restructuring, some early db classes, sql dump ↵Simon Rettberg2015-06-111-0/+29
of current schema)