Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | JPA: Make all many-to-many collections sets. | Matthias Andreas Benkard | 2020-01-27 | 2 | -2/+2 | |
| | | | | | | This improves performance when inserting new elements. Change-Id: I7c85d893984deb9ac4ba93ea34075c589a27e82e | |||||
* | Wiki: Make editing work. | Matthias Andreas Benkard | 2020-01-27 | 2 | -8/+49 | |
| | | | | Change-Id: Ibff52be5c595deba96b3f7642307ba1208eff9cf | |||||
* | Data model mapping: Mark all ID fields @GeneratedValue, make boxed. | Matthias Andreas Benkard | 2020-01-27 | 18 | -19/+78 | |
| | | | | | | | | - Marks all SERIAL columns with @GeneratedValue. - Makes all SERIAL columns type Integer instead of type int. This enables Hibernate to autogenerate values on insert. Change-Id: I826d3a58e065c3dd3fa5f588a23226dfe954fb7d | |||||
* | Benki: Clean up the data model mapping some more. | Matthias Andreas Benkard | 2020-01-27 | 11 | -199/+47 | |
| | | | | | | | | - Replaces user attribute table mappings with element collections and join table mappings. - Adds an explicit schema specifier to all join table specifiers. Change-Id: I0e251e1939faa895155cbe868220d98be2c1e70c | |||||
* | Add out/ to .gitignore. | Matthias Andreas Benkard | 2020-01-26 | 1 | -0/+3 | |
| | | | | Change-Id: I518501f08fe7ad37b6e104c76bd4e557807deba6 | |||||
* | Implement POST /wiki/{pageName}. | Matthias Andreas Benkard | 2020-01-26 | 2 | -8/+50 | |
| | | | | Change-Id: Idf82cac81b13eb2ac4098b847f6415b01cdb0605 | |||||
* | Use embedded properties authentication in dev mode. | Matthias Andreas Benkard | 2020-01-26 | 4 | -1/+17 | |
| | | | | Change-Id: I3a10cac96568fb990eab5b9eaf27bf8780fe207d | |||||
* | Gradle: Run compileWeb before quarkusBuild. | Matthias Andreas Benkard | 2020-01-26 | 1 | -1/+1 | |
| | | | | Change-Id: Ic00e822c0d6bd255980ca809db8149673addf6b3 | |||||
* | Ignore node_modules in Maven and Gradle. | Matthias Andreas Benkard | 2020-01-26 | 2 | -0/+14 | |
| | | | | Change-Id: I7190cdddf4c3215caffb61fe441a0ff2329919cf | |||||
* | Add wiki page revision list. | Matthias Andreas Benkard | 2020-01-26 | 3 | -7/+68 | |
| | | | | Change-Id: I21a6ff469ef4dbf64a8d77eb4626765ae43ed37e | |||||
* | Sort package.json. | Matthias Andreas Benkard | 2020-01-26 | 1 | -3/+3 | |
| | | | | Change-Id: I4735d8df29f36adcc37a15a9a60aa5c2874c2021 | |||||
* | Add Bosonic web components as a dependency. | Matthias Andreas Benkard | 2020-01-26 | 2 | -0/+14 | |
| | | | | Change-Id: I2ccdfcd00d8f6f2a6955a3cd51e1e03684682771 | |||||
* | Add standard import map tag to base template. | Matthias Andreas Benkard | 2020-01-26 | 1 | -0/+1 | |
| | | | | Change-Id: I3a796978039a979de8c1fd5ff3d2f92dedc5979c | |||||
* | Rename {common => base}.css. | Matthias Andreas Benkard | 2020-01-26 | 2 | -1/+1 | |
| | | | | Change-Id: I5099a8d8c955ae2d8f200b22678283b1985ddd7e | |||||
* | Add Normalize-Opentype.css. | Matthias Andreas Benkard | 2020-01-26 | 3 | -0/+10 | |
| | | | | Change-Id: I3281ddecf7fd9cfe26b57e95b82c04ea4978c189 | |||||
* | Update dependencies. | Matthias Andreas Benkard | 2020-01-25 | 2 | -7/+9 | |
| | | | | Change-Id: Iee927195db1604774f5d5c63460c8bed16bd4f1e | |||||
* | Wiki: Add ContentTools to all wiki pages. | Matthias Andreas Benkard | 2020-01-25 | 4 | -1/+28 | |
| | | | | Change-Id: I30e3c59458b2754439c9edfd5029d260816dd9de | |||||
* | Web: Extract base template. | Matthias Andreas Benkard | 2020-01-25 | 3 | -35/+46 | |
| | | | | Change-Id: I20a4fbb04aa75a94f96617b0c4d1be00ab3e4aca | |||||
* | Add Elix web component library as a dependency. | Matthias Andreas Benkard | 2020-01-25 | 2 | -0/+7 | |
| | | | | Change-Id: I2a1c98c50e72c27ee45b322d1e01a3c307e5118c | |||||
* | Always log in color. | Matthias Andreas Benkard | 2020-01-25 | 1 | -0/+2 | |
| | | | | Change-Id: Ib43374258500b29a6abfc9981ba3153d405ff9d8 | |||||
* | Update Gradle wrapper. | Matthias Andreas Benkard | 2020-01-25 | 2 | -3/+2 | |
| | | | | Change-Id: Iff3f2393f7ea1b04e209518abf49856053a6d440 | |||||
* | Add Jsoup dependency. | Matthias Andreas Benkard | 2020-01-25 | 2 | -0/+16 | |
| | | | | Change-Id: Ia93f12b36f45dd0735f29a9c2d836d91131422f2 | |||||
* | Wiki: Remove author and change date from wiki pages. | Matthias Andreas Benkard | 2020-01-25 | 1 | -4/+0 | |
| | | | | Change-Id: I733222105a2b74d0478a4232d39bff5338e9ba57 | |||||
* | Clean up CSS and JavaScript files, change wiki layout a bit. | Matthias Andreas Benkard | 2020-01-25 | 5 | -11/+35 | |
| | | | | Change-Id: Ib47bf59db5e4e65ef58515b45d63bd7f1572c88b | |||||
* | GET /wiki/{pageName}: Optimize HQL query. | Matthias Andreas Benkard | 2020-01-24 | 1 | -1/+6 | |
| | | | | Change-Id: I2e1852aa230fed5dc106629fb9b0aa0d85a8a0cf | |||||
* | Start implementing /wiki/{pageName}. | Matthias Andreas Benkard | 2020-01-24 | 4 | -34/+72 | |
| | | | | Change-Id: Ia9adf24209be8eddcfec72a66434ea4100855533 | |||||
* | Assume that Benki entities are in the “benki” schema. | Matthias Andreas Benkard | 2020-01-24 | 46 | -45/+47 | |
| | | | | | | | | | Since PostgreSQL does not support multiplexing access to several databases through one connection, everything is easier if all data lives in separate schemas in the same database. This change modifies the Hibernate entities accordingly. Change-Id: Ibe410ab340d77f35549208daf59a15520805c23a | |||||
* | Rename OpenIds => OpenId. | Matthias Andreas Benkard | 2020-01-24 | 3 | -4/+4 | |
| | | | | Change-Id: I5d6f1764b07a56a22c883a566e31d2af0abc5736 | |||||
* | Fix build. | Matthias Andreas Benkard | 2020-01-24 | 1 | -0/+1 | |
| | | | | Change-Id: I6369a9f245fa6f049c0bb18bbf1c99af2d5bedfb | |||||
* | Get build.gradle and Maven POM in line. | Matthias Andreas Benkard | 2020-01-24 | 2 | -13/+14 | |
| | | | | Change-Id: I3a0a1e9bced0f5c3b7c083df9408e38b1a2976f6 | |||||
* | Add example Qute resource. | Matthias Andreas Benkard | 2020-01-24 | 2 | -0/+35 | |
| | | | | Change-Id: Ie5be7967d6d8536270873d01641f5ff825e31e07 | |||||
* | Reformat. | Matthias Andreas Benkard | 2020-01-24 | 1 | -2/+1 | |
| | | | | Change-Id: Ib15fa81caa44ecaa17fce773d06f9168695e3250 | |||||
* | Make user.ownedRole relationship @OneToOne. | Matthias Andreas Benkard | 2020-01-24 | 2 | -4/+5 | |
| | | | | Change-Id: I8c0194960e15192ba36834fa666c3f9fb2826df8 | |||||
* | Enable authentication via Keycloak. | Matthias Andreas Benkard | 2020-01-24 | 3 | -1/+22 | |
| | | | | Change-Id: I81a05d2e965394b13d7344f4f20475b4e468c761 | |||||
* | Web: Add purecss/buttons.css. | Matthias Andreas Benkard | 2020-01-24 | 1 | -1/+1 | |
| | | | | Change-Id: I0c4b049de17629510619ff9fcca3f0bd263a93b5 | |||||
* | Benki: Model join tables properly. | Matthias Andreas Benkard | 2020-01-24 | 8 | -262/+43 | |
| | | | | Change-Id: I24bfd7a65ad72330a1862cbc408d7911263b6329 | |||||
* | Set all fetch types to LAZY. | Matthias Andreas Benkard | 2020-01-24 | 21 | -46/+66 | |
| | | | | Change-Id: I0b0c96fe177260ece2a68381c71c4959c3a82dcb | |||||
* | Replace UserVisible{Bookmark,Post,LazychatMessage} with a @ManyToMany. | Matthias Andreas Benkard | 2020-01-24 | 5 | -123/+15 | |
| | | | | Change-Id: Ie807f3eed9da1e5bcaefb10104d989f3b3ddbf7b | |||||
* | Benki: Sort into a sane folder structure, fix mapping bugs. | Matthias Andreas Benkard | 2020-01-24 | 45 | -432/+360 | |
| | | | | Change-Id: I55f5c0349dc580a24506648284ce6483dd952d8a | |||||
* | Move CMS-related entities into a “cms” package. | Matthias Andreas Benkard | 2020-01-24 | 36 | -44/+44 | |
| | | | | Change-Id: Ie350230552fa6f970f26412b40974ca4af7a9260 | |||||
* | Web: Add PureCSS, Prism.js, Prefixfree. | Matthias Andreas Benkard | 2020-01-24 | 2 | -5/+62 | |
| | | | | Change-Id: I228ebf02e254c20fcf3aed8c6804aa3eacbbd510 | |||||
* | Web: Import JavaScript modules by path, without an import map. | Matthias Andreas Benkard | 2020-01-24 | 3 | -6/+3 | |
| | | | | Change-Id: I2142ddb12e4eb39ec2a80947f6f77d5a6c9812a6 | |||||
* | Benki: Simplify with Panache. | Matthias Andreas Benkard | 2020-01-24 | 27 | -1569/+174 | |
| | | | | Change-Id: I341a9d0ded3ee20e84841bf8494ef4d4eba55b74 | |||||
* | Import Benki data model. | Matthias Andreas Benkard | 2020-01-24 | 38 | -0/+3040 | |
| | | | | Change-Id: If17035f96afa56eb409fcab9d8038d885adf607b | |||||
* | Use Snowpack for web module management. | Matthias Andreas Benkard | 2020-01-23 | 6 | -13/+1572 | |
| | | | | Change-Id: Id4ed0471166cfe82caeca7b5e8b53c9ef1765d66 | |||||
* | Frontend: Put import map into its own file. | Matthias Andreas Benkard | 2020-01-23 | 2 | -13/+10 | |
| | | | | Change-Id: I0357d6961acedbae5b8ed8b65c45e7c8a5469178 | |||||
* | Frontend: Add all remaining JavaScript modules to the import map. | Matthias Andreas Benkard | 2020-01-23 | 1 | -0/+2 | |
| | | | | Change-Id: I6bdc929a29ebf7e2de893ce984b42862680e21c6 | |||||
* | AdminElement: Use Redux. | Matthias Andreas Benkard | 2020-01-23 | 4 | -2379/+51 | |
| | | | | | | | | | - Imports es-module-shims. - Adds an importmap via es-module-shims. - Makes the “switch” button flip a boolean flag in the state and uses it to modify the value shown. Change-Id: Ie8042a4c434206f590ebde21fd67e84f48446c03 | |||||
* | WebComponents: Use lit-html for templating. | Matthias Andreas Benkard | 2020-01-22 | 1 | -4/+3 | |
| | | | | Change-Id: Ic2fac595c5fc0275a4859d8c8bf470c77907be19 | |||||
* | Add an example WebComponent. | Matthias Andreas Benkard | 2020-01-22 | 6 | -0/+2469 | |
| | | | | Change-Id: I74a6b63912f431db150e6cd4707c405621a922dd |