summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * [client] Added ImagePerms for checking permissions, removed edit button from ↵Stephan Schwaer2015-07-236-36/+38
| | | | | | | | image list.
| * [*] Adapt to ChunkList changes; [server] Support multiple connections per uploadSimon Rettberg2015-07-231-1/+6
| |
| * [client] Changed date selection in lecture create page, set text fields ↵Stephan Schwaer2015-07-236-19/+100
| | | | | | | | editable in image details if user has edit rights, dispose fonts.
* | [client] rework tables to jtables for ImageListWindowJonathan Bauer2015-07-247-160/+763
|/
* [client] getTable for ImageCustomPermissionPage (soon not needed ↵Jonathan Bauer2015-07-231-1/+10
| | | | anymore!!!!!!!!)
* [client] fix bad mergeJonathan Bauer2015-07-231-4/+4
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-2311-112/+75Star
|\
| * [client] Cleaned up layout code of gui a bit.Stephan Schwaer2015-07-237-37/+16Star
| |
| * [client] Adapt to RPC/VmMeta changes, store VmMeta in upload wizard stateSimon Rettberg2015-07-234-84/+59Star
| |
* | [client] push permissions to sat when wizard finishesJonathan Bauer2015-07-231-25/+45
| |
* | [client] added isRestricted and isEnalbled to uploadWizwardStateJonathan Bauer2015-07-231-1/+6
| |
* | [client] metadata page listener for new checkboxJonathan Bauer2015-07-231-0/+18
| |
* | [client] added "active" checkbox to metadatapageJonathan Bauer2015-07-231-1/+6
|/
* [client] focus the "neu" button after each image list refreshJonathan Bauer2015-07-221-0/+2
|
* [client] change getClientArea() to getBounds()Jonathan Bauer2015-07-222-2/+2
|
* [client] user permissions checkbox table [wip]Jonathan Bauer2015-07-216-91/+150
|
* [client] Fixed some comments.Stephan Schwaer2015-07-213-7/+2Star
|
* [client] Added layout of LectureCreationPageLayout, added empty table for ↵Stephan Schwaer2015-07-216-4/+187
| | | | custom lecture permissions.
* [client] Improve rendering of BlockProgressBarSimon Rettberg2015-07-211-18/+16Star
|
* [client] Fixes and improvements related to file transfer; rename ↵Simon Rettberg2015-07-215-32/+67
| | | | bytesToGigabytes to just bytes
* [client] Continue refactoring Upload and Download TaskSimon Rettberg2015-07-213-89/+139
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-211-0/+1
|\
| * [client] Feature: Start the created upload threadSimon Rettberg2015-07-211-0/+1
| |
* | [client] Added UserToPermissionLink class, wizard for lecture and first page.Stephan Schwaer2015-07-218-13/+201
|/
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-217-205/+372
|
* [client] checkbox in tablecolumns [WIP] far from readyJonathan Bauer2015-07-214-98/+188
|
* [client] fix OS combo box not scaling in widthJonathan Bauer2015-07-201-1/+1
|
* [client] Adapt to file transfer constructor changesSimon Rettberg2015-07-203-7/+9
|
* [client] *Listener -> *Adapter (where applicable)Simon Rettberg2015-07-197-76/+20Star
|
* [client] Updated comments in ImageUploadPageSimon Rettberg2015-07-191-5/+6
|
* [client] Forgot a check...Simon Rettberg2015-07-191-1/+1
|
* [client] Added listener scheme to the upload taskSimon Rettberg2015-07-197-106/+259
|
* [client] Async image list loadingSimon Rettberg2015-07-171-5/+18
|
* [client] Add image details windowSimon Rettberg2015-07-178-31/+458
|
* [client] first steps in ImagePermissions pageJonathan Bauer2015-07-172-5/+22
|
* [client] fix upload completed feedback not beeing shownJonathan Bauer2015-07-171-5/+0Star
| | | | TODO the thread.isAlive() check must be done when the current hacks are gone
* [client] upload progress bar and cancel buttonJonathan Bauer2015-07-174-32/+143
| | | | currently naive implementation, rework needed when the API is completed
* [client] improved ImageMetaDataPage setPageComplete logicJonathan Bauer2015-07-171-29/+38
|
* [client] More copypaste removedSimon Rettberg2015-07-171-41/+21Star
|
* [client] Minot tweaks for the "new vm" wizardSimon Rettberg2015-07-177-58/+89
|
* [client] Get rid if ExceptionUtils from apache's http lib (deprecated)Simon Rettberg2015-07-171-9/+12
|
* [client] Get rid of copypaste-mania in ImageList and LectureListSimon Rettberg2015-07-174-96/+68Star
|
* [client] Format file size in image listSimon Rettberg2015-07-161-1/+2
|
* [client] upload workflow working aside from the periodic status query of the ↵Jonathan Bauer2015-07-165-29/+102
| | | | | | current upload implemented user feedback during the wizard pages to tell him what to do / what is happening
* [client] set upload filesize to the length of the given fileJonathan Bauer2015-07-161-11/+4Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-1615-97/+683
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-164-26/+39
| |\
| | * [client] Run proxy configurator asynchroneouslySimon Rettberg2015-07-164-26/+39
| | |
| * | [client] Added lecture list window with table, sorting and filter. Added ↵Stephan Schwaer2015-07-1612-66/+627
| |/ | | | | | | back button for lecture and image window.
| * [client] Resolve user ids to names in image list window.Stephan Schwaer2015-07-162-10/+22
| |