summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db/DbSatellite.java
Commit message (Collapse)AuthorAgeFilesLines
* Start adapting to new DB/Thrift modelSimon Rettberg2015-09-071-156/+0Star
|
* StuffSimon Rettberg2015-02-261-0/+1
|
* Store publickey in DbSatellite with prefix mod: and exp: for better ↵Björn Hagemeister2014-10-221-4/+20
| | | | indicating of the two numbers.
* Implemented updateAddress - method.Björn Hagemeister2014-10-201-0/+7
|
* Implement suffixList for getOrganizations, added stub for updateSatelliteAddressSimon Rettberg2014-10-151-5/+26
|
* Implement registerSatellite RPCSimon Rettberg2014-10-141-20/+4Star
|
* Add authmethod (ecp url) to OrganizationData querySimon Rettberg2014-10-141-1/+1
|
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-021-11/+20
|
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-011-17/+25
|
* [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ↵Simon Rettberg2014-09-291-14/+59
| | | | DB for satellite
* Make javadoc and some cosmetic changesNils Schwabe2014-08-281-0/+4
|
* Add some better thread synchonizationNils Schwabe2014-07-101-11/+2Star
| | | | | Restructure some classes Fix small connection issues
* Fix some small thingsNils Schwabe2014-07-041-9/+12
|
* Moved functionallity from DbKey to DbSatelliteNils Schwabe2014-07-041-0/+14
|
* Add user auth when ldap server is downNils Schwabe2014-05-051-0/+9
|
* Add login can be in format prefix_userid OR userid@organizationNils Schwabe2014-05-051-3/+8
|
* Reformat all files with simon's new layoutNils Schwabe2014-04-231-8/+15
|
* Added Globals.java and global propertiesNils Schwabe2014-04-091-1/+1
| | | | | | Added Ftpserver test Created some ftp testign in App.java (needs to be removed) Added Ftplet to trigger on FTP Commands
* added ftp server for testingNils Schwabe2014-04-081-4/+0Star
|
* LDAP functionallityNils Schwabe2014-04-081-0/+36
- added apache ldap client api to pom.xml - added the LDAP user which authenticates to the LDAP server - added testAuthentication to AppTest - users get inserted into db after authenticating - added log4j properties to filter unuseful debug messages