Michael
|
01142cb4d0
|
Remove debug logging
|
2019-11-02 11:17:47 +00:00 |
|
Michael
|
b81ab4f9a4
|
Posted order is now arrival order
|
2019-11-02 10:39:51 +00:00 |
|
Hypolite Petovan
|
d6ff89d7b4
|
Merge pull request #7769 from annando/issue-3229
Changed OpenID registration
|
2019-10-29 10:32:02 -04:00 |
|
Philipp Holzer
|
3eda62bfa6
|
Check null for acl-fields
|
2019-10-28 18:16:10 +01:00 |
|
Michael
|
e1f36bfd7a
|
Standards and unneccessary EOL
|
2019-10-28 13:51:38 +00:00 |
|
Michael
|
bfbce16d0b
|
Merge remote-tracking branch 'upstream/develop' into issue-3229
|
2019-10-28 13:50:06 +00:00 |
|
Philipp Holzer
|
5d995b854a
|
just remove parenthess
|
2019-10-26 05:24:05 +02:00 |
|
Philipp Holzer
|
28d5f39330
|
simplify show determination
|
2019-10-26 05:03:58 +02:00 |
|
Philipp Holzer
|
3465bd9f11
|
rename methods
|
2019-10-26 05:02:14 +02:00 |
|
Philipp Holzer
|
fdc0236aa1
|
Fix arguments
|
2019-10-26 04:37:31 +02:00 |
|
Philipp Holzer
|
a72e65a760
|
Adapt class structure
- Introduce constants
- Add constructor parameters
- Add typehints
- Renamed fields more meaningful
- Renamed method names to match identifier
- Adjust PHP doc
- Add GetClass call at used places
|
2019-10-26 04:03:27 +02:00 |
|
Philipp Holzer
|
1f368d469f
|
Move Friendica\Core\NotificationsManager to Friendica\Model\Notify
|
2019-10-26 02:01:46 +02:00 |
|
Philipp Holzer
|
7343ee5108
|
Move Namespace of ActivityNamespace
|
2019-10-25 00:41:48 +02:00 |
|
Philipp Holzer
|
dc2858938d
|
Renamed to ActivityNamespace
|
2019-10-25 00:32:35 +02:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Michael
|
aca701bef8
|
Changed OpenID registration
|
2019-10-24 20:23:26 +00:00 |
|
Philipp Holzer
|
2fba7ed477
|
Rename namespace
|
2019-10-24 21:40:13 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Hypolite Petovan
|
ee1954f294
|
Merge pull request #7762 from nupplaphil/task/mod_ignored
move mod/ignored to src/Module/Item/Ignored
|
2019-10-24 12:04:50 -04:00 |
|
Philipp Holzer
|
c9e1098dd2
|
Adapt naming convention
|
2019-10-23 21:39:00 +02:00 |
|
Philipp Holzer
|
ad67fd3aa8
|
Move is_a_date_arg to DateTimeFormat::isYearMonth
- Improved functionality
- Added tests
|
2019-10-23 02:39:28 +02:00 |
|
Philipp Holzer
|
52c42491c4
|
Move activity_match() to Protocol\Activity::match()
- With tests
|
2019-10-23 02:05:11 +02:00 |
|
Philipp Holzer
|
5843a80b6c
|
Move perms2str to ACLFormatter::aclToString()
- including new tests
|
2019-10-23 00:54:34 +02:00 |
|
Philipp Holzer
|
f65f7f11c3
|
Move expand_acl to ACLFormatter::expand()
- including tests
|
2019-10-23 00:40:14 +02:00 |
|
Philipp Holzer
|
2870f42ca2
|
Move bb_translate_video
- To new Class BBCode\Video
- Adding tests
- Make BaseObject::getClass() public
|
2019-10-23 00:14:47 +02:00 |
|
Philipp Holzer
|
7f49c73730
|
Move undo_post_tagging to mod/editpost because of the only occurrence
|
2019-10-22 23:57:44 +02:00 |
|
Philipp Holzer
|
17aca9bee8
|
move mod/ignored to src/Module/Item/Ignored
|
2019-10-21 21:19:28 +02:00 |
|
Philipp Holzer
|
2a41f0b104
|
wrong field
|
2019-10-21 11:34:47 +02:00 |
|
Philipp Holzer
|
cbc48a4fd4
|
Fix parameter
|
2019-10-20 13:23:13 +02:00 |
|
Philipp Holzer
|
7716374593
|
Move mod/receive to src/Module/Diaspora/receive
- Added routes
- Make Diaspora::decode(Raw) more explicit
- Add new User::getByGuid() method
|
2019-10-20 13:07:16 +02:00 |
|
Hypolite Petovan
|
e3915d2f93
|
Prevent empty [url] label regular expression to break image insertion
|
2019-10-16 13:53:16 -04:00 |
|
Philipp
|
b0967ffd02
|
Merge pull request #7742 from MrPetovan/task/7190-remove-defaults-mod
Replace deprecated defaults() calls by a combination of ?? and ?: operators in mod/
|
2019-10-15 18:07:53 +02:00 |
|
Hypolite Petovan
|
2db6171641
|
Replace deprecated defaults() calls by a combination of ?? and ?: operators in mod/
|
2019-10-15 09:01:17 -04:00 |
|
Hypolite Petovan
|
c07cb2c8f3
|
Merge pull request #7738 from annando/clean-url
Convert links with empty descriptions
|
2019-10-13 20:11:28 -04:00 |
|
Michael
|
5875830d1e
|
Convert links with empty descriptions
|
2019-10-13 15:52:33 +00:00 |
|
Hypolite Petovan
|
02f02d44dc
|
Move mod/manage to src/Module/Delegation
- Move templates/manage to templates/delegation
- Update navigation links
- Update CSS classes
|
2019-10-11 19:59:06 -04:00 |
|
Hypolite Petovan
|
27eaffd7fb
|
Merge pull request #7725 from dew-git/develop
Fix security vulnerabilities.
|
2019-10-11 14:48:07 -04:00 |
|
dew-git
|
811cdcdfcb
|
Fix security vulnerbilities.
Fix possible length extension attack, predicable generators, timing attacks on hash comparision and improved formatting.
|
2019-10-10 15:21:41 -08:00 |
|
Hypolite Petovan
|
57a749af38
|
Add required use statement in mod/subthread
|
2019-10-10 13:12:27 -04:00 |
|
Philipp
|
cf4bae26c7
|
Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src
Move mod/delegate to src/Module/Settings/Delegation
|
2019-10-10 10:24:15 +02:00 |
|
Hypolite Petovan
|
616edd0600
|
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
|
2019-10-09 22:17:09 -04:00 |
|
Hypolite Petovan
|
1e737ae888
|
Move mod/search to src/Module/Search/Index
- Update BaseSeachModule not to depend on a single query string parameter
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
22598fc7e8
|
Improve search box
- Use new saved search module
- Use dynamic search option loop
- Use "q" instead of "search" for search query string parameter
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
cdefa7f32a
|
Add new module and widget for managing saved searches
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
f4d06ebd47
|
Remove useless theme session variable deletions in modules
|
2019-10-06 12:08:15 -04:00 |
|
Hypolite Petovan
|
e5fbaf6a00
|
Add Session::clear method
- Replace manual session clear by method in mod/manage
|
2019-10-06 11:21:54 -04:00 |
|
Hypolite Petovan
|
8f20e2054b
|
Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl
|
2019-10-03 22:40:42 -04:00 |
|
Hypolite Petovan
|
185f1fc687
|
Merge pull request #7636 from annando/manage
Restructured "manage" functionality, added count parameters
|
2019-09-30 11:12:46 -04:00 |
|
Hypolite Petovan
|
2333526b8a
|
Merge pull request #7678 from annando/remote-rework
Reworked the remote authentication
|
2019-09-30 09:18:43 -04:00 |
|
Philipp Holzer
|
d5dd12b8f8
|
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
|
2019-09-30 14:03:12 +02:00 |
|