summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db
Commit message (Expand)AuthorAgeFilesLines
* Implement registerSatellite RPCSimon Rettberg2014-10-142-20/+20
* Add authmethod (ecp url) to OrganizationData querySimon Rettberg2014-10-141-1/+1
* Adapted DbImage to changes of type of operatingSystem.Björn Hagemeister2014-10-091-3/+3
* Added update option in DbUser.java plus added deleted globals.properties.exam...Björn Hagemeister2014-10-091-1/+1
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-081-0/+8
* Support new API methods, changed DB scheme, updated .sql scriptSimon Rettberg2014-10-061-15/+14Star
* Implement API methods getPublicImages, getOrganizationsSimon Rettberg2014-10-024-86/+102
* Adapt to changed DB scheme (eppn handling for multiple suffixes)Simon Rettberg2014-10-013-49/+46Star
* Fix insert querySimon Rettberg2014-09-301-1/+1
* Use KeyPair classes for satellite authenticationSimon Rettberg2014-09-291-0/+1
* [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ...Simon Rettberg2014-09-292-23/+67
* Adapt to changed Thrift RPCSimon Rettberg2014-09-252-69/+82
* Make javadoc and some cosmetic changesNils Schwabe2014-08-285-1/+18
* Change some classes / methods to fit camelCaseNils Schwabe2014-07-291-9/+43
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-2/+3
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-1/+1
* Add security checks for image uploadNils Schwabe2014-07-142-4/+5
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-10/+12
* Add some better thread synchonizationNils Schwabe2014-07-101-11/+2Star
* Fix some small thingsNils Schwabe2014-07-042-50/+57
* Moved functionallity from DbKey to DbSatelliteNils Schwabe2014-07-042-17/+14Star
* Change handling of connections and add support for downloadNils Schwabe2014-07-041-3/+2Star
* Change loading and checking of propertiesNils Schwabe2014-07-041-48/+0Star
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-043-6/+7
|\
| * Added TODOs, some minor cosmetic improvementsSimon Rettberg2014-07-013-6/+7
* | Make use of the filetransfer classesNils Schwabe2014-07-041-2/+2
|/
* Add implementation for the new up- and download protocollNils Schwabe2014-06-302-25/+67
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-231-0/+20
* Fix problems with thrift connectionNils Schwabe2014-06-191-10/+6Star
* Add FtpUsers are now in sync with DBNils Schwabe2014-06-162-9/+17
* Started to implement download of imagesNils Schwabe2014-06-052-4/+47
* Forgot to commit some files.Nils Schwabe2014-05-091-0/+16
* Fix message signingNils Schwabe2014-05-051-1/+1
* Add user auth when ldap server is downNils Schwabe2014-05-052-4/+38
* Add login can be in format prefix_userid OR userid@organizationNils Schwabe2014-05-052-8/+12
* Removed todo from LDAPUserNils Schwabe2014-05-051-14/+6Star
* Add connecting to LDAP with cert (JKS in globals.config)Nils Schwabe2014-04-301-89/+83Star
* Add ftp users and images in processing list are rememberedNils Schwabe2014-04-283-15/+89
* Add remove image from process list (when user gets deleted after timeout)Nils Schwabe2014-04-252-0/+6
* Finally: Add _real_ server authentication. (this challengeresponse thing)Nils Schwabe2014-04-251-89/+0Star
* Reformat all files with simon's new layoutNils Schwabe2014-04-236-142/+175
* Fix some issues with FtpCredentialsSchedulerNils Schwabe2014-04-232-10/+12
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-222-16/+31
* [LdapUser] Added doc-comments, some TODOs, restructured connection error chec...Simon Rettberg2014-04-191-21/+33
* Add doc to MySQL classSimon Rettberg2014-04-191-2/+36
* added connection to image databaseNils Schwabe2014-04-114-20/+106
* Added some functionallity to the ImageProcessor.Nils Schwabe2014-04-101-0/+57
* Added Globals.java and global propertiesNils Schwabe2014-04-092-2/+2
* added ftp server for testingNils Schwabe2014-04-081-4/+0Star
* LDAP functionallityNils Schwabe2014-04-084-18/+206