| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [client] More layout tweaks, cleanups, GridManager usage | Simon Rettberg | 2015-08-13 | 5 | -181/+156 |
| * | [server] Set updaterid and updatetime when changing owner of image | Simon Rettberg | 2015-08-13 | 2 | -6/+17 |
| * | [client] Make sure only applicable fields in image details window are editable | Simon Rettberg | 2015-08-13 | 1 | -2/+3 |
| * | [client] Layout tweaks, Change owner feature | Simon Rettberg | 2015-08-13 | 14 | -165/+388 |
| * | [client] Fix positioning of Wizard | Simon Rettberg | 2015-08-12 | 1 | -13/+15 |
| * | [server] Update lecture/latestversionid links when image versions are created... | Simon Rettberg | 2015-08-12 | 2 | -98/+173 |
| * | [client] Extended description text for main menu | Simon Rettberg | 2015-08-12 | 1 | -2/+10 |
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-08-12 | 6 | -26/+22 |
| |\ |
|
| | * | [client] New main menu design :) | Simon Rettberg | 2015-08-12 | 6 | -26/+22 |
| * | | [client] added active checkbox to lecture details. | Stephan Schwaer | 2015-08-12 | 2 | -0/+13 |
| |/ |
|
| * | [client] splitted lecture creation page into 2 creation- and options page | Stephan Schwaer | 2015-08-12 | 5 | -49/+117 |
| * | [client] Don't log noncritical msgbox | Simon Rettberg | 2015-08-12 | 1 | -1/+1 |
| * | [client] Wizard page layouts now using ne grid manager. | Stephan Schwaer | 2015-08-12 | 4 | -51/+66 |
| * | [client] Adapt ImageUploadPageLayout to GridManager | Simon Rettberg | 2015-08-12 | 2 | -26/+11 |
| * | [client] Introducing the GridManager | Simon Rettberg | 2015-08-12 | 2 | -0/+334 |
| * | [client] Added Combobox for filtering in lecture list, now also correctly sor... | Stephan Schwaer | 2015-08-12 | 7 | -43/+146 |
| * | [client] Remove strange code | Simon Rettberg | 2015-08-12 | 1 | -79/+0 |
| * | [client] Fix LectureCreationPageLayout layout | Simon Rettberg | 2015-08-12 | 2 | -18/+22 |
| * | [client] Refactoring TransferPanels | Simon Rettberg | 2015-08-12 | 3 | -10/+5 |
| * | [client] Add DownloadPanel to show progress of images being downloaded | Simon Rettberg | 2015-08-11 | 6 | -133/+206 |
| * | [client] Back off with reconnects for file transfers if it fails too often | Simon Rettberg | 2015-08-11 | 4 | -21/+34 |
| * | [client] Invalidate lecture list after creating new lecture | Simon Rettberg | 2015-08-11 | 1 | -0/+2 |
| * | [client] Show image name in lecture wizard; check form validity on "Next" | Simon Rettberg | 2015-08-11 | 8 | -79/+66 |
| * | [server] Don't try to deserialize null | Simon Rettberg | 2015-08-11 | 1 | -4/+11 |
| * | [client] Fix/finish download feature (no visual feedback yet) | Simon Rettberg | 2015-08-11 | 3 | -29/+53 |
| * | [client] Remove unused imports | Simon Rettberg | 2015-08-11 | 1 | -5/+0 |
| * | [server] Handle incomingDownloader | Simon Rettberg | 2015-08-11 | 1 | -2/+11 |
| * | [server] Write upload data to file if sha1sums are not given | Simon Rettberg | 2015-08-11 | 1 | -0/+1 |
| * | [client] Improve authentication handling | Simon Rettberg | 2015-08-11 | 9 | -93/+124 |
| * | [server] Create proper path for file download | Simon Rettberg | 2015-08-11 | 1 | -2/+2 |
| * | [server] Don't swallow exceptions in User.getOrFail | Simon Rettberg | 2015-08-11 | 2 | -5/+5 |
| * | [client] Refined download of image a bit. | Stephan Schwaer | 2015-08-11 | 1 | -6/+5 |
| * | [client] lecture wizard quasi complete | Jonathan Bauer | 2015-08-11 | 8 | -58/+195 |
| * | [client] added combo and filter to filter imagelist for editable and own images. | Stephan Schwaer | 2015-08-11 | 4 | -12/+78 |
| * | [client] Experimental code for adjusting font size | Simon Rettberg | 2015-08-11 | 1 | -0/+66 |
| * | [client] BlockProgressBar: Proper label positioning, anti-alias text | Simon Rettberg | 2015-08-11 | 1 | -1/+7 |
| * | [server] Changed whoami(): return WhoamiInfo | Simon Rettberg | 2015-08-11 | 2 | -3/+9 |
| * | [client] lecture wizard stuff (state, removed old bool, added date/time parsi... | Jonathan Bauer | 2015-08-11 | 6 | -10/+186 |
| * | [server] Overhaul permission checking, precalc user permissions, implement do... | Simon Rettberg | 2015-08-10 | 8 | -206/+340 |
| * | [client] improved an error message | Stephan Schwaer | 2015-08-10 | 1 | -1/+1 |
| * | [client] Seperated filechooser from ImageUploadPage and also added it as dire... | Stephan Schwaer | 2015-08-10 | 3 | -39/+92 |
| * | [cient] improved lecture creation page and sorted versions list for combo in ... | Stephan Schwaer | 2015-08-10 | 2 | -13/+45 |
| * | [client] remove "New" button from image list context menu as it doesn't make ... | Jonathan Bauer | 2015-08-10 | 1 | -6/+0 |
| * | [client] login on <ENTER> when in saveUsername Checkbox | Jonathan Bauer | 2015-08-10 | 1 | -3/+4 |
| * | [client] "download" button in popupmenu, fine tune buttons on image list | Jonathan Bauer | 2015-08-10 | 2 | -3/+13 |
| * | [client] removed right info pane for lecture. Added start/end date in table. | Jonathan Bauer | 2015-08-10 | 3 | -63/+18 |
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-08-10 | 2 | -30/+16 |
| |\ |
|
| | * | [client] dont fill person label | Jonathan Bauer | 2015-08-10 | 1 | -2/+2 |
| | * | [client] fine tune popup menu of image details | Jonathan Bauer | 2015-08-10 | 2 | -29/+14 |
| * | | [client] added splitpane to image details | Stephan Schwaer | 2015-08-10 | 1 | -11/+25 |
| |/ |
|