Skip to content

Commit 94ecc73

Browse files
NeunerleiCopilotAriansdfCopilot
authored
Development (#229)
* build: ensure file uploads up to 100MB (from PHP side) * Initial plan * Initial plan for cropperjs v2 migration Co-authored-by: Neunerlei <22350956+Neunerlei@users.noreply.github.com> * Update cropperjs to v2 with migration changes Co-authored-by: Neunerlei <22350956+Neunerlei@users.noreply.github.com> * Fix promise chain error handling in saveCroppedImage Co-authored-by: Neunerlei <22350956+Neunerlei@users.noreply.github.com> * refactor: finish implementation of cropper v2 * fix(LDAP): add missing braces to closure * fix: Ensure REVERB_APP_KEY defaults to "hawki2" (cherry picked from commit e6bd8cf) * fix: do not fail if stream property is missing (cherry picked from commit 436ebad) * fix: fix cascading error when postData in stream_functions.js fails (cherry picked from commit 9a97fdf) * fix(Reverb): add missing braces to reverb config * docs: add potential alternatives for LDAP_ATTR_EMPLOYEETYPE * fix(LDAP): fix various minor issues and make errors in auth services easier to debug * fix: ensure artisan app:token command gets correct service * feat: impelement automatic cache buster generation * refactor: adhere to copilot recommendations * Update config/app.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Rename APP_CACHE_BUST to APP_CACHE_BUSTER * refactor: handle edge cases in DecoratorTrait * build: add automatic documentation deployment * build: add automatic documentation deployment * build: add automatic documentation deployment * build: add automatic documentation deployment * build: add automatic documentation deployment * build: add automatic documentation deployment * docs: update documentation link in README.md * fixed thread upload button Thread upload button fixed System Prompt Typo fixed extra Console Logs removed * fix: ensure DecoratorTrait translates all privates properties correctly * fix: documentation pipeline only builds on pull requests but does not deploy * docs: clean up version creation * build: fix pipeline permissions --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Neunerlei <22350956+Neunerlei@users.noreply.github.com> Co-authored-by: Ariansdf <38947447+Ariansdf@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aedb08c commit 94ecc73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Release new HAWKI Version
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ main ]
67

8+
permissions:
9+
contents: write
10+
711
jobs:
812
release:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)