“Raroun”
|
dab7a606f8
|
fix coding standards
|
2026-03-12 12:14:03 +01:00 |
|
Philipp
|
47fa9484bd
|
Merge pull request #15576 from Art4/update-codebase
Update codebase to PHP 7.4
|
2026-03-12 08:22:22 +01:00 |
|
Philipp
|
0ccf21e35a
|
Merge pull request #15549 from marcusxss/move_profile_edit_to_vcard
Move profile edit to vcard
|
2026-03-11 20:20:47 +01:00 |
|
Michael Vogel
|
0928001386
|
Merge pull request #15581 from Raroun/js/jot-modernize
Modernize jot.js
|
2026-03-11 20:20:41 +01:00 |
|
“Raroun”
|
b0b72d7cad
|
Remove box shadow from action buttons in dark theme mobile view
|
2026-03-11 18:46:08 +01:00 |
|
Tealk
|
351a6afe44
|
fix moderation/users/pending
|
2026-03-11 13:46:56 +01:00 |
|
“Raroun”
|
c4b2ffa66c
|
Modernize jot.js
- Fix implicit global variables (reply, noAttachment)
- Add feature detection for aStr, bin2hex, autosize
- Add error handling for AJAX requests
- Wrap in IIFE with strict mode
- Add JSDoc documentation
|
2026-03-05 12:03:26 +01:00 |
|
Art4
|
ea3c576b22
|
chore: fix code style
|
2026-03-04 21:53:29 +00:00 |
|
Art4
|
64af3c6b8a
|
refactor: update codebase to PHP 7.4
|
2026-03-04 21:52:35 +00:00 |
|
Marcus F.
|
494d919c25
|
Move profile edit to vcard
|
2026-03-04 20:06:55 +01:00 |
|
Michael Vogel
|
7660a94e7d
|
Merge pull request #15559 from Raroun/js/modal-compose-modernization
Modernize compose.js and modal.js with improved architecture and bug fixing
|
2026-03-03 15:39:07 +01:00 |
|
Marcus F.
|
1402509351
|
Directory: No results from sysmsg to page
|
2026-03-02 22:09:12 +01:00 |
|
|
|
3a5c3522e2
|
The "summary" has now a dedicated field when creating and editing posts
|
2026-03-02 16:26:00 +00:00 |
|
Marcus F.
|
17781c7193
|
Directory: Show the number of users listed (results)
|
2026-02-28 16:29:33 +01:00 |
|
“Raroun”
|
d6067d3466
|
Modernize compose.js and modal.js with improved architecture and bug fixes
compose.js:
- Add draft autosave to sessionStorage (body, location, scheduled_at)
- Restore draft when returning to compose page
- Clear form after successful post submission
- Fix geolocation operator precedence bug
- Fix button staying disabled after geolocation error
- Add sessionStorage availability check for private browsing
- Wrap in IIFE with 'use strict'
- Add JSDoc documentation
- Use namespaced events (.compose)
modal.js:
- Fix critical double event registration bug in editpost()
- Add isJotResetBound flag to ensure single handler binding
- Add isEditJotClosing guard for race condition protection
- Wrap in IIFE with 'use strict'
- Add feature detection for all external dependencies
- Use namespaced events (.frio, .frio-edit)
- Add JSDoc documentation
|
2026-02-27 13:23:03 +01:00 |
|
Michael Vogel
|
3152caf169
|
Merge pull request #15539 from Art4/update-codebase-to-php-5.4
Update codebase to php 5.4
|
2026-02-26 14:34:05 +01:00 |
|
Tealk
|
eb16e5b29f
|
fix codeblock colore
|
2026-02-24 20:09:11 +01:00 |
|
Marcus F.
|
bf2bc053fe
|
Show member since in vcard, if enabled
|
2026-02-22 22:38:35 +01:00 |
|
Philipp
|
0275227dd4
|
Merge pull request #15533 from annando/no-photo-post
Item post functionality is removed from photos
|
2026-02-22 01:47:31 +01:00 |
|
Philipp
|
0f39e099aa
|
Merge pull request #15544 from Tealk/theme/frio/gnome/form-control
fix disabled & readonly form-control
|
2026-02-21 20:56:55 +01:00 |
|
Tealk
|
d6ba958f76
|
fix disabled & readonly form-control
|
2026-02-21 10:45:58 +01:00 |
|
Art4
|
3742414c94
|
refactor: activate TernaryToElvisRector
|
2026-02-20 11:59:54 +00:00 |
|
Art4
|
d1a235e8df
|
chore: fix code style
|
2026-02-20 08:52:49 +00:00 |
|
Art4
|
45ce04ea2d
|
chore: fix code style with spaces_inside_parentheses rule
|
2026-02-20 08:28:32 +00:00 |
|
Michael Vogel
|
70c9cfc3dc
|
Merge pull request #15536 from Tealk/theme/frio/gnome/colorbox
fix colorbox theme
|
2026-02-20 05:16:21 +01:00 |
|
Michael Vogel
|
44a1795e72
|
Merge pull request #14989 from Art4/destruct-list-to-array
Destruct list() to array [Rector]
|
2026-02-20 04:57:18 +01:00 |
|
Tealk
|
937e61a3ca
|
fix colorbox theme
|
2026-02-19 21:57:09 +01:00 |
|
Art4
|
70ae8fc47f
|
chore: fix code style
|
2026-02-19 20:23:35 +00:00 |
|
|
|
c4ca959e58
|
Item post functionality is removed from photos
|
2026-02-18 21:30:56 +00:00 |
|
Marcus F.
|
eefef09cb9
|
Hide the messages sidebar when it's empty
|
2026-02-17 20:21:21 +01:00 |
|
“Raroun”
|
c7d03c3ff7
|
Pre-fill album when uploading from album view
|
2026-02-17 11:05:38 +01:00 |
|
Raroun
|
604dc7538b
|
Merge branch 'develop' into circle-mark-as-read
|
2026-02-16 09:02:35 +01:00 |
|
Marcus F.
|
4bb2f2c89a
|
Photos updates
|
2026-02-15 19:49:06 +01:00 |
|
Raroun
|
1d752fc839
|
Merge branch 'develop' into circle-mark-as-read
|
2026-02-14 16:35:18 +01:00 |
|
Raroun
|
90b389db71
|
Add mark all as read button to circles
|
2026-02-14 16:13:38 +01:00 |
|
Art4
|
4f84589b55
|
Fix code style
|
2026-02-14 08:33:09 +01:00 |
|
Art4
|
fb6c810107
|
destruct list to array
|
2026-02-14 08:31:35 +01:00 |
|
Marcus Funch
|
da9e699885
|
Admin logs rename settings page, minor ui adjustments
|
2026-02-13 23:06:46 +01:00 |
|
Philipp
|
1de1b43840
|
Merge pull request #15510 from marcusxss/fix_bug_photos
Fix bug in #15486 - photo/file browser
|
2026-02-12 23:16:23 +01:00 |
|
Philipp
|
8f9a5bfa7e
|
Merge pull request #15506 from marcusxss/frio_fix_login_form_bg
Frio: Make login form background color respect dark theme
|
2026-02-12 23:15:55 +01:00 |
|
Marcus F.
|
fa6d82363a
|
Fix bug in #15486 - photo/file browser
|
2026-02-12 23:07:05 +01:00 |
|
Marcus F.
|
65bb4b2751
|
Frio: Make login form background color respect dark theme
|
2026-02-12 21:55:07 +01:00 |
|
Marcus F.
|
2a919dfca0
|
Compose styling, larger BBCode buttons
|
2026-02-12 18:07:12 +01:00 |
|
Michael Vogel
|
9e60b13150
|
Merge pull request #15402 from Tealk/feature/gnome_scheme
add gnome colored sheme to frio
|
2026-02-12 15:36:36 +01:00 |
|
|
|
7e0d4f1f70
|
Merge pull request #15486 from marcusxss/photos_file_browser
Photos - File browser: Larger buttons to switch file types, add text
|
2026-02-12 08:09:48 +01:00 |
|
Marcus Funch
|
0871e3c520
|
Remove size attrs from templates, except select/option
|
2026-02-11 13:41:27 +01:00 |
|
Marcus F.
|
545a58df58
|
Photos - File browser: Larger buttons to switch file types, add text
|
2026-02-11 10:15:17 +01:00 |
|
Marcus Funch
|
04572cd25b
|
User menu cleanup
|
2026-02-11 00:33:37 +01:00 |
|
Marcus Funch
|
05da451545
|
Update the text on Frio's config page
|
2026-02-08 14:12:17 +01:00 |
|
Marcus Funch
|
8043016e0e
|
Fix missing link to calendar in Vier, and add calendar highlighting
|
2026-02-06 11:46:00 +01:00 |
|