| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement suffixList for getOrganizations, added stub for updateSatelliteAddress | Simon Rettberg | 2014-10-15 | 2 | -5/+44 |
| * | Implement registerSatellite RPC | Simon Rettberg | 2014-10-14 | 2 | -20/+20 |
| * | Add authmethod (ecp url) to OrganizationData query | Simon Rettberg | 2014-10-14 | 1 | -1/+1 |
| * | Adapted DbImage to changes of type of operatingSystem. | Björn Hagemeister | 2014-10-09 | 1 | -3/+3 |
| * | Added update option in DbUser.java plus added deleted globals.properties.exam... | Björn Hagemeister | 2014-10-09 | 1 | -1/+1 |
| * | Implemented publishUser(sessionId, UserInfo) in ApiServer. | Björn Hagemeister | 2014-10-08 | 1 | -0/+8 |
| * | Support new API methods, changed DB scheme, updated .sql script | Simon Rettberg | 2014-10-06 | 1 | -15/+14 |
| * | Implement API methods getPublicImages, getOrganizations | Simon Rettberg | 2014-10-02 | 4 | -86/+102 |
| * | Adapt to changed DB scheme (eppn handling for multiple suffixes) | Simon Rettberg | 2014-10-01 | 3 | -49/+46 |
| * | Fix insert query | Simon Rettberg | 2014-09-30 | 1 | -1/+1 |
| * | Use KeyPair classes for satellite authentication | Simon Rettberg | 2014-09-29 | 1 | -0/+1 |
| * | [Db*] Fix SELECT for DbImage, change Timestamp to long, load public key from ... | Simon Rettberg | 2014-09-29 | 2 | -23/+67 |
| * | Adapt to changed Thrift RPC | Simon Rettberg | 2014-09-25 | 2 | -69/+82 |
| * | Make javadoc and some cosmetic changes | Nils Schwabe | 2014-08-28 | 5 | -1/+18 |
| * | Change some classes / methods to fit camelCase | Nils Schwabe | 2014-07-29 | 1 | -9/+43 |
| * | Add "synchronized" to UploadingImage | Nils Schwabe | 2014-07-23 | 1 | -2/+3 |
| * | Fix some bugs while testing the connection | Nils Schwabe | 2014-07-23 | 1 | -1/+1 |
| * | Add security checks for image upload | Nils Schwabe | 2014-07-14 | 2 | -4/+5 |
| * | Change now saving status of blocks in array | Nils Schwabe | 2014-07-11 | 1 | -10/+12 |
| * | Add some better thread synchonization | Nils Schwabe | 2014-07-10 | 1 | -11/+2 |
| * | Fix some small things | Nils Schwabe | 2014-07-04 | 2 | -50/+57 |
| * | Moved functionallity from DbKey to DbSatellite | Nils Schwabe | 2014-07-04 | 2 | -17/+14 |
| * | Change handling of connections and add support for download | Nils Schwabe | 2014-07-04 | 1 | -3/+2 |
| * | Change loading and checking of properties | Nils Schwabe | 2014-07-04 | 1 | -48/+0 |
| * | Merge branch 'master' of git.openslx.org:bwlp/masterserver | Nils Schwabe | 2014-07-04 | 3 | -6/+7 |
| |\ |
|
| | * | Added TODOs, some minor cosmetic improvements | Simon Rettberg | 2014-07-01 | 3 | -6/+7 |
| * | | Make use of the filetransfer classes | Nils Schwabe | 2014-07-04 | 1 | -2/+2 |
| |/ |
|
| * | Add implementation for the new up- and download protocoll | Nils Schwabe | 2014-06-30 | 2 | -25/+67 |
| * | Fix some issues with the ftp connection and the ftp user management | Nils Schwabe | 2014-06-23 | 1 | -0/+20 |
| * | Fix problems with thrift connection | Nils Schwabe | 2014-06-19 | 1 | -10/+6 |
| * | Add FtpUsers are now in sync with DB | Nils Schwabe | 2014-06-16 | 2 | -9/+17 |
| * | Started to implement download of images | Nils Schwabe | 2014-06-05 | 2 | -4/+47 |
| * | Forgot to commit some files. | Nils Schwabe | 2014-05-09 | 1 | -0/+16 |
| * | Fix message signing | Nils Schwabe | 2014-05-05 | 1 | -1/+1 |
| * | Add user auth when ldap server is down | Nils Schwabe | 2014-05-05 | 2 | -4/+38 |
| * | Add login can be in format prefix_userid OR userid@organization | Nils Schwabe | 2014-05-05 | 2 | -8/+12 |
| * | Removed todo from LDAPUser | Nils Schwabe | 2014-05-05 | 1 | -14/+6 |
| * | Add connecting to LDAP with cert (JKS in globals.config) | Nils Schwabe | 2014-04-30 | 1 | -89/+83 |
| * | Add ftp users and images in processing list are remembered | Nils Schwabe | 2014-04-28 | 3 | -15/+89 |
| * | Add remove image from process list (when user gets deleted after timeout) | Nils Schwabe | 2014-04-25 | 2 | -0/+6 |
| * | Finally: Add _real_ server authentication. (this challengeresponse thing) | Nils Schwabe | 2014-04-25 | 1 | -89/+0 |
| * | Reformat all files with simon's new layout | Nils Schwabe | 2014-04-23 | 6 | -142/+175 |
| * | Fix some issues with FtpCredentialsScheduler | Nils Schwabe | 2014-04-23 | 2 | -10/+12 |
| * | added a method to imageserver so that finshed uploads can be signaled | Nils Schwabe | 2014-04-22 | 2 | -16/+31 |
| * | [LdapUser] Added doc-comments, some TODOs, restructured connection error chec... | Simon Rettberg | 2014-04-19 | 1 | -21/+33 |
| * | Add doc to MySQL class | Simon Rettberg | 2014-04-19 | 1 | -2/+36 |
| * | added connection to image database | Nils Schwabe | 2014-04-11 | 4 | -20/+106 |
| * | Added some functionallity to the ImageProcessor. | Nils Schwabe | 2014-04-10 | 1 | -0/+57 |
| * | Added Globals.java and global properties | Nils Schwabe | 2014-04-09 | 2 | -2/+2 |
| * | added ftp server for testing | Nils Schwabe | 2014-04-08 | 1 | -4/+0 |