summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/imagemaster/db
Commit message (Collapse)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 ↵Björn Hagemeister2014-10-091-1/+1
| | | | globals.properties.example file again.
* Implemented publishUser(sessionId, UserInfo) in ApiServer.Björn Hagemeister2014-10-081-0/+8
| | | | Plus added method for inserting user into user database with given UserInfo.
* 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
| | | | DB for satellite
* 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
| | | | Remove some ridiculous stuff
* Add "synchronized" to UploadingImageNils Schwabe2014-07-231-2/+3
| | | | Add method to calc the amount of blocks to Util
* Fix some bugs while testing the connectionNils Schwabe2014-07-231-1/+1
| | | | Change log level of thrift filetransfer to error in log4j properties
* Add security checks for image uploadNils Schwabe2014-07-142-4/+5
| | | | Fix typo
* Change now saving status of blocks in arrayNils Schwabe2014-07-111-10/+12
|
* Add some better thread synchonizationNils Schwabe2014-07-101-11/+2Star
| | | | | Restructure some classes Fix small connection issues
* 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
| | | | | Remove DbFtpUser Add NotNullOrEmptyFatal to Utils
* Merge branch 'master' of git.openslx.org:bwlp/masterserverNils Schwabe2014-07-043-6/+7
|\ | | | | | | | | Conflicts: src/main/java/org/openslx/imagemaster/serverconnection/ImageProcessor.java
| * 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
| | | | | Remove some old stuff that is not needed anymore Fix some small bugs
* Fix some issues with the ftp connection and the ftp user managementNils Schwabe2014-06-231-0/+20
| | | | Remove some not needed imports from various files
* 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
| | | | Connecting to BW LDAP works now (finally!!)
* 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
| | | | Fix problems with timeout user deleting
* 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
| | | | Add some options to config file
* added a method to imageserver so that finshed uploads can be signaledNils Schwabe2014-04-222-16/+31
| | | | | | did some todos from simon moved FtpCredentials creation to MasterFtpServer.java moved some options to to config file
* [LdapUser] Added doc-comments, some TODOs, restructured connection error ↵Simon Rettberg2014-04-191-21/+33
| | | | checking
* Add doc to MySQL classSimon Rettberg2014-04-191-2/+36
|
* added connection to image databaseNils Schwabe2014-04-114-20/+106
| | | | | | --> images are now processed after ftp upload --> image is moved to image_dir --> DB is updated with imageData
* Added some functionallity to the ImageProcessor.Nils Schwabe2014-04-101-0/+57
| | | | Database using is missing!
* Added Globals.java and global propertiesNils Schwabe2014-04-092-2/+2
| | | | | | 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-084-18/+206
| | | | | | | | - 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