Philipp
|
f652cd26c0
|
Merge pull request #15568 from annando/fix-infinite-scroll
Infinite scrolling is fixed in general and on contacts
|
2026-03-06 07:24:03 +01:00 |
|
Philipp
|
d136daf4a0
|
Merge pull request #15577 from Art4/set-max-php-version
Require PHP 7.4 to 8.5 in composer.json
|
2026-03-06 07:21:31 +01:00 |
|
Philipp
|
8431b24e90
|
Merge pull request #15578 from annando/threads
Fix detection for threads.net
|
2026-03-06 07:19:34 +01:00 |
|
Philipp
|
2b596087ab
|
Merge pull request #15551 from annando/lostpass
"lostpass" is now a module as well
|
2026-03-06 07:19:17 +01:00 |
|
|
|
6e28128f77
|
Merge pull request #15579 from Alkarex/patch-1
Fix installation documentation link in README
|
2026-03-06 06:52:39 +01:00 |
|
Alexandre Alapetite
|
49f7e17292
|
Fix installation documentation link in README
Previous link was broken
|
2026-03-05 10:29:24 +01:00 |
|
|
|
00979edfee
|
Added phpdoc
|
2026-03-05 07:28:59 +00:00 |
|
|
|
07cf5b5d30
|
Changes because of review
|
2026-03-05 07:25:49 +00:00 |
|
|
|
8c869cdcf4
|
Change after review
|
2026-03-05 07:24:27 +00:00 |
|
|
|
f749b099f5
|
Fix code style
|
2026-03-05 05:25:18 +00:00 |
|
|
|
074d352cb9
|
Fix detection for threads.net
|
2026-03-05 05:22:52 +00:00 |
|
Art4
|
d498dc8907
|
require php 7.4 to 8.5
|
2026-03-04 22:04:41 +00:00 |
|
Philipp
|
08f505c866
|
Merge pull request #15575 from annando/no-photo-item
Don't create item containers for photos
|
2026-03-04 18:29:19 +01:00 |
|
|
|
299bb864d8
|
Don't create item containers for photos
|
2026-03-03 22:35:53 +00: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 |
|
Michael Vogel
|
f0f9e45076
|
Merge pull request #15572 from marcusxss/directory_no_results
Directory: No results from sysmsg to page
|
2026-03-02 22:24:44 +01:00 |
|
Marcus F.
|
1402509351
|
Directory: No results from sysmsg to page
|
2026-03-02 22:09:12 +01:00 |
|
|
|
d9b28f86a7
|
Changed git branch
|
2026-03-02 20:59:36 +00:00 |
|
|
|
49243ddf5b
|
"lostpass" is now a module as well
|
2026-03-02 17:06:54 +00:00 |
|
|
|
309f22bf75
|
Fix code style
|
2026-03-02 17:06:15 +00:00 |
|
|
|
d8efe9f891
|
Infinite scrolling is fixed in general and on contacts
|
2026-03-02 17:06:14 +00:00 |
|
|
|
44e1f32ca8
|
Merge pull request #14019 from annando/edit-summary
The "summary" has now a dedicated field when creating and editing posts
|
2026-03-02 12:01:11 -05:00 |
|
|
|
3a5c3522e2
|
The "summary" has now a dedicated field when creating and editing posts
|
2026-03-02 16:26:00 +00:00 |
|
Michael Vogel
|
b905ecfa37
|
Merge pull request #15563 from marcusxss/directory_show_count_users_listed
Directory: Show the number of users listed (results)
|
2026-03-01 22:45:35 +01:00 |
|
Michael Vogel
|
872f0d7a50
|
Merge pull request #15565 from marcusxss/format_date_joined_member_since
Update the date format for member since/joined
|
2026-03-01 08:59:35 +01:00 |
|
Philipp
|
dbde77b1fe
|
Merge pull request #15561 from annando/leap-year
Allow entries for birthdays on 29 February
|
2026-02-28 23:14:21 +01:00 |
|
Marcus F.
|
e8c8fa4315
|
Update the date format for member since/joined
|
2026-02-28 20:39:17 +01:00 |
|
Marcus F.
|
17781c7193
|
Directory: Show the number of users listed (results)
|
2026-02-28 16:29:33 +01:00 |
|
|
|
24a1792ccc
|
Fix code standards
|
2026-02-28 14:40:08 +00:00 |
|
|
|
fa6dfd98c5
|
Allow to enter birthdays on February 29th
|
2026-02-28 14:33:12 +00:00 |
|
|
|
2c5cbbe36e
|
Merge pull request #15560 from annando/more-localisation
More localisated dates
|
2026-02-28 15:31:55 +01:00 |
|
|
|
dae56f198f
|
Fix codestyle
|
2026-02-28 12:01:39 +00:00 |
|
|
|
2ca162c69e
|
More localisated dates
|
2026-02-28 11:53:50 +00: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 |
|
|
|
27f4c93407
|
Merge pull request #15556 from annando/issue-15553
Issue 15553: Display dates in a language depending format
|
2026-02-27 10:32:28 +01:00 |
|
|
|
397aecb71d
|
Merge pull request #15557 from annando/any-scope
API: verify_credentials can be called with any scope
|
2026-02-27 10:23:38 +01:00 |
|
Philipp
|
14c96fe2e2
|
Merge pull request #15543 from Art4/update-codebase-to-php-5.5
Update codebase to PHP 5.5
|
2026-02-27 00:56:31 +01:00 |
|
Philipp
|
0350f60d0a
|
Merge pull request #15558 from annando/no-salmon
No salmon anymore
|
2026-02-27 00:53:30 +01:00 |
|
|
|
1bab29c9cc
|
No salmon anymore
|
2026-02-26 22:40:34 +00:00 |
|
Art4
|
52ee7f782c
|
chore: fix code style
|
2026-02-26 20:49:05 +00:00 |
|
Art4
|
f5db74a33c
|
refactor: run ClassConstantToSelfClassRector and StringClassNameToClassConstantRector
|
2026-02-26 20:49:05 +00:00 |
|
Art4
|
260e4875bd
|
chore: update rector to codebase for PHP 5.5
|
2026-02-26 20:49:05 +00: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 |
|
|
|
61e804b277
|
API: verify_credentials can be called with any scope
|
2026-02-25 21:47:55 +00:00 |
|
|
|
8f908f6c72
|
Fix code style
|
2026-02-25 07:01:30 +00:00 |
|
|
|
6461d2766e
|
Issue 15553: Display dates in a language depending format
|
2026-02-25 06:46:35 +00:00 |
|
Philipp
|
fc76e52220
|
Merge pull request #15554 from Tealk/theme/frio/gnome/codeblock
fix codeblock colore
|
2026-02-24 23:12:46 +01:00 |
|
Tealk
|
eb16e5b29f
|
fix codeblock colore
|
2026-02-24 20:09:11 +01:00 |
|
Philipp
|
574a8eeb36
|
Merge pull request #15552 from annando/db-logging
Additional database logging when inserting data
|
2026-02-24 08:22:04 +01:00 |
|
|
|
6f14bc22d2
|
Fix code standards
|
2026-02-24 06:51:05 +00:00 |
|