]> git.mxchange.org Git - friendica.git/log
friendica.git
6 years agoMerge pull request #4676 from annando/clean-url
Hypolite Petovan [Sat, 24 Mar 2018 19:31:07 +0000 (15:31 -0400)]
Merge pull request #4676 from annando/clean-url

Handle URL with unicode characters

6 years agoMerge pull request #4675 from annando/group-delete
Hypolite Petovan [Sat, 24 Mar 2018 19:25:26 +0000 (15:25 -0400)]
Merge pull request #4675 from annando/group-delete

Fix: Groups can now be deleted again

6 years agoMerge pull request #4671 from tobiasd/20180324-trans
Hypolite Petovan [Sat, 24 Mar 2018 15:40:35 +0000 (11:40 -0400)]
Merge pull request #4671 from tobiasd/20180324-trans

translation update DE and ZN CH

6 years agoupdate to the zh-cn translation THX 朱陈锬
Tobias Diekershoff [Sat, 24 Mar 2018 15:09:45 +0000 (16:09 +0100)]
update to the zh-cn translation THX 朱陈锬

6 years agoupdate for DE translation
Tobias Diekershoff [Sat, 24 Mar 2018 15:07:33 +0000 (16:07 +0100)]
update for DE translation

6 years agoMerge pull request #4668 from MrPetovan/bug/4665-fix-console-hashbang
Tobias Diekershoff [Sat, 24 Mar 2018 13:21:26 +0000 (14:21 +0100)]
Merge pull request #4668 from MrPetovan/bug/4665-fix-console-hashbang

Use correct /bin/bash hashbang in bin/console

6 years agoUse correct /bin/bash hashbang in bin/console
Hypolite Petovan [Sat, 24 Mar 2018 12:40:43 +0000 (08:40 -0400)]
Use correct /bin/bash hashbang in bin/console

6 years agoMerge pull request #4667 from Alkarex/fix-bin-console
Hypolite Petovan [Sat, 24 Mar 2018 12:38:29 +0000 (08:38 -0400)]
Merge pull request #4667 from Alkarex/fix-bin-console

Fix PHP cannot take a shell script

6 years agoFix PHP cannot take a shell script
Alexandre Alapetite [Sat, 24 Mar 2018 11:47:40 +0000 (12:47 +0100)]
Fix PHP cannot take a shell script

Fix part of https://github.com/friendica/friendica/issues/4665
`php [shell file]` does not work, so use `php [php file]` instead.
`php bin/console.php` is more robust than e.g. `bin/console` which does
not work on Windows, or *nix systems without Bash

6 years agoFix: Groups can now be deleted again
Michael [Sat, 24 Mar 2018 07:26:57 +0000 (07:26 +0000)]
Fix: Groups can now be deleted again

6 years agoMerge pull request #4662 from MrPetovan/bug/4660-restore-composer-5.6-compatibility
Hypolite Petovan [Sat, 24 Mar 2018 00:53:52 +0000 (20:53 -0400)]
Merge pull request #4662 from MrPetovan/bug/4660-restore-composer-5.6-compatibility

Hotfix: Restore composer 5 6 compatibility

6 years agoMerge pull request #4661 from MrPetovan/develop
Hypolite Petovan [Sat, 24 Mar 2018 00:53:07 +0000 (20:53 -0400)]
Merge pull request #4661 from MrPetovan/develop

Hotfix: Bump database version number after RC merge

6 years agoRestore executable permissions in bin/
Hypolite Petovan [Sat, 24 Mar 2018 00:47:58 +0000 (20:47 -0400)]
Restore executable permissions in bin/

6 years ago[Composer] Downgrade paragonie/constant_time_encoding to PHP 5.6 compatible version
Hypolite Petovan [Sat, 24 Mar 2018 00:41:55 +0000 (20:41 -0400)]
[Composer] Downgrade paragonie/constant_time_encoding to PHP 5.6 compatible version

6 years agoBump database version number after RC merge
Hypolite Petovan [Sat, 24 Mar 2018 00:01:53 +0000 (20:01 -0400)]
Bump database version number after RC merge

6 years agoMerge pull request #4657 from MrPetovan/task/3878-move-event-to-src
Michael Vogel [Fri, 23 Mar 2018 20:24:20 +0000 (21:24 +0100)]
Merge pull request #4657 from MrPetovan/task/3878-move-event-to-src

Move include/event.php to src/

6 years agoMerge pull request #4658 from fabrixxm/dev/update-vagrant
Hypolite Petovan [Fri, 23 Mar 2018 19:40:20 +0000 (15:40 -0400)]
Merge pull request #4658 from fabrixxm/dev/update-vagrant

Edits to Vagrant dev env part 3

6 years agoHandle URL with unicode characters
Michael [Fri, 23 Mar 2018 18:41:59 +0000 (18:41 +0000)]
Handle URL with unicode characters

6 years agoDev env: fix cache test data
fabrixxm [Fri, 23 Mar 2018 17:19:29 +0000 (18:19 +0100)]
Dev env: fix cache test data

6 years agoMerge pull request #4651 from MrPetovan/develop
fabrixxm [Fri, 23 Mar 2018 16:21:35 +0000 (17:21 +0100)]
Merge pull request #4651 from MrPetovan/develop

Update Develop with 3.6-rc changes

6 years agoDev env: fix admin email
fabrixxm [Fri, 23 Mar 2018 16:16:22 +0000 (17:16 +0100)]
Dev env: fix admin email

6 years agoMerge pull request #4654 from fabrixxm/dev/update-vagrant
Hypolite Petovan [Fri, 23 Mar 2018 15:49:14 +0000 (11:49 -0400)]
Merge pull request #4654 from fabrixxm/dev/update-vagrant

Edits to Vagrant dev env - the missing part

6 years agoupdate test data for dev env
fabrixxm [Fri, 23 Mar 2018 15:38:26 +0000 (16:38 +0100)]
update test data for dev env

6 years agoMerge pull request #4653 from fabrixxm/dev/update-vagrant
Hypolite Petovan [Fri, 23 Mar 2018 15:23:00 +0000 (11:23 -0400)]
Merge pull request #4653 from fabrixxm/dev/update-vagrant

Edits to Vagrant dev env

6 years agoFix Vagrant dev env
fabrixxm [Fri, 23 Mar 2018 15:12:11 +0000 (16:12 +0100)]
Fix Vagrant dev env

- more consistent use of hostname
- use .local hostname instead of .dev . Looks like Firefox is more
  happy with a self-signed certificate on .local than .dev
- add friendica.local to altname in certificate
- run composer install while provisioning

6 years agoUpdated version number
Hypolite Petovan [Fri, 23 Mar 2018 10:39:51 +0000 (06:39 -0400)]
Updated version number

6 years agoEnable CalendarExport widget on /events
Hypolite Petovan [Mon, 19 Mar 2018 13:09:07 +0000 (09:09 -0400)]
Enable CalendarExport widget on /events

6 years agoRestore previous permission comment in Widget\CalendarExport
Hypolite Petovan [Sun, 18 Mar 2018 05:32:43 +0000 (01:32 -0400)]
Restore previous permission comment in Widget\CalendarExport

6 years agoFinally fix the permissions for Widget\CalendarExport
Hypolite Petovan [Sun, 18 Mar 2018 05:23:38 +0000 (01:23 -0400)]
Finally fix the permissions for Widget\CalendarExport

6 years agoFix typo in mod/events
Hypolite Petovan [Sat, 17 Mar 2018 20:43:15 +0000 (16:43 -0400)]
Fix typo in mod/events

- Add todo in Model\Event

6 years agoRestore missing permission check in Widget\CalendarExport
Hypolite Petovan [Sat, 17 Mar 2018 20:42:28 +0000 (16:42 -0400)]
Restore missing permission check in Widget\CalendarExport

6 years agoFix wrong contact retrieval condition in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 14:05:17 +0000 (10:05 -0400)]
Fix wrong contact retrieval condition in Event::store

6 years agoFix wrong parameter check in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 14:05:02 +0000 (10:05 -0400)]
Fix wrong parameter check in Event::store

6 years agoInitialize $event in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 04:32:46 +0000 (00:32 -0400)]
Initialize $event in Event::store

6 years agoRemove private key from event array in Event::store
Hypolite Petovan [Sat, 17 Mar 2018 04:32:08 +0000 (00:32 -0400)]
Remove private key from event array in Event::store

6 years agoRemove include/event
Hypolite Petovan [Sat, 17 Mar 2018 01:47:48 +0000 (21:47 -0400)]
Remove include/event

6 years agoRemove references to include/event
Hypolite Petovan [Sat, 17 Mar 2018 01:47:34 +0000 (21:47 -0400)]
Remove references to include/event

6 years agoReplace include/event function with method calls
Hypolite Petovan [Sat, 17 Mar 2018 01:45:02 +0000 (21:45 -0400)]
Replace include/event function with method calls

- Updated scope of Model\Event methods
- Updated use list

6 years agoReplace include/event function content by method calls
Hypolite Petovan [Sat, 17 Mar 2018 01:22:40 +0000 (21:22 -0400)]
Replace include/event function content by method calls

6 years agoAdd new classes
Hypolite Petovan [Sat, 17 Mar 2018 01:22:19 +0000 (21:22 -0400)]
Add new classes

- Add Model\Event class
- Add Content\Widget\CalendarExport class

6 years agoMerge branch 'master' into develop
Hypolite Petovan [Fri, 23 Mar 2018 10:15:55 +0000 (06:15 -0400)]
Merge branch 'master' into develop

6 years agoFriendica version 3.6 - The Tazmans Flax-lily
Tobias Diekershoff [Fri, 23 Mar 2018 06:14:49 +0000 (07:14 +0100)]
Friendica version 3.6 - The Tazmans Flax-lily

6 years agoMerge pull request #4637 from tobiasd/3.6
Tobias Diekershoff [Fri, 23 Mar 2018 06:09:54 +0000 (07:09 +0100)]
Merge pull request #4637 from tobiasd/3.6

3.6 CHANGELOG

6 years ago2018-03-23 it is
Tobias Diekershoff [Fri, 23 Mar 2018 06:08:56 +0000 (07:08 +0100)]
2018-03-23 it is

6 years agoMerge pull request #4650 from annando/url-shorten-ostatus
Hypolite Petovan [Thu, 22 Mar 2018 20:54:19 +0000 (16:54 -0400)]
Merge pull request #4650 from annando/url-shorten-ostatus

Partly reverted url beautification

6 years agoNo display improvements for regular posts
Michael [Thu, 22 Mar 2018 20:47:31 +0000 (20:47 +0000)]
No display improvements for regular posts

6 years agoMerge remote-tracking branch 'upstream/3.6-rc' into url-shorten-ostatus
Michael [Thu, 22 Mar 2018 20:42:29 +0000 (20:42 +0000)]
Merge remote-tracking branch 'upstream/3.6-rc' into url-shorten-ostatus

6 years agoMerge pull request #4649 from annando/fix-thr-parent
Hypolite Petovan [Thu, 22 Mar 2018 16:24:37 +0000 (12:24 -0400)]
Merge pull request #4649 from annando/fix-thr-parent

Fix: Items with "uid=0" always had the "parent-uri" as "thr-parent"

6 years agoFix: Items with "uid=0" always had the "parent-uri" as "thr-parent"
Michael [Thu, 22 Mar 2018 16:18:49 +0000 (16:18 +0000)]
Fix: Items with "uid=0" always had the "parent-uri" as "thr-parent"

6 years ago8th (4369 got closed)
Tobias Diekershoff [Thu, 22 Mar 2018 13:20:07 +0000 (14:20 +0100)]
8th (4369 got closed)

6 years ago7th (more work on themes and events)
Tobias Diekershoff [Thu, 22 Mar 2018 05:53:58 +0000 (06:53 +0100)]
7th (more work on themes and events)

6 years agoMerge pull request #4646 from Andi-K/3.6-rc
Hypolite Petovan [Thu, 22 Mar 2018 01:12:04 +0000 (21:12 -0400)]
Merge pull request #4646 from Andi-K/3.6-rc

 vier: replace hard coded style paths

6 years ago(no commit message)
Andi [Thu, 22 Mar 2018 00:25:43 +0000 (01:25 +0100)]

6 years agovier: replace hard coded style path
Andi [Thu, 22 Mar 2018 00:15:59 +0000 (01:15 +0100)]
vier: replace hard coded style path

6 years agoMerge pull request #4645 from Andi-K/3.6-rc
Hypolite Petovan [Thu, 22 Mar 2018 00:01:01 +0000 (20:01 -0400)]
Merge pull request #4645 from Andi-K/3.6-rc

 frio: removed "Illegal string offset" Warnings

6 years agoMerge branch '3.6-rc' of https://github.com/Andi-K/friendica into 3.6-rc
Andi [Wed, 21 Mar 2018 23:34:38 +0000 (00:34 +0100)]
Merge branch '3.6-rc' of https://github.com/Andi-K/friendica into 3.6-rc

6 years agofrio: removed "Illegal string offset" Warnings
Andi [Wed, 21 Mar 2018 22:53:41 +0000 (23:53 +0100)]
frio: removed "Illegal string offset" Warnings

6 years agoMerge pull request #4644 from annando/event-date
rabuzarus [Wed, 21 Mar 2018 20:21:26 +0000 (21:21 +0100)]
Merge pull request #4644 from annando/event-date

Event: Prevent SQL errors with events without end

6 years agoEvent: Prevent SQL errors with events without end
Michael [Wed, 21 Mar 2018 20:16:43 +0000 (20:16 +0000)]
Event: Prevent SQL errors with events without end

6 years agoMerge pull request #4640 from MrPetovan/task/4604-add-password-exposed-check
Michael Vogel [Wed, 21 Mar 2018 17:04:16 +0000 (18:04 +0100)]
Merge pull request #4640 from MrPetovan/task/4604-add-password-exposed-check

Add password exposed check

6 years agoUse Config wrapper instead of direct config retrieval
Hypolite Petovan [Wed, 21 Mar 2018 12:54:58 +0000 (08:54 -0400)]
Use Config wrapper instead of direct config retrieval

6 years agoMerge pull request #4642 from annando/updated-faq
Tobias Diekershoff [Wed, 21 Mar 2018 07:07:20 +0000 (08:07 +0100)]
Merge pull request #4642 from annando/updated-faq

Added linebreaks in the FAQ.

6 years agoAdded linebreaks in the FAQ.
Michael [Wed, 21 Mar 2018 07:01:40 +0000 (07:01 +0000)]
Added linebreaks in the FAQ.

6 years agoFix egregious whitespace issue in mod/settings
Hypolite Petovan [Wed, 21 Mar 2018 06:38:04 +0000 (02:38 -0400)]
Fix egregious whitespace issue in mod/settings

6 years agoAdd htconfig setting to disable password_exposed()
Hypolite Petovan [Wed, 21 Mar 2018 06:35:28 +0000 (02:35 -0400)]
Add htconfig setting to disable password_exposed()

6 years agoMerge pull request #4641 from annando/updated-faq
Hypolite Petovan [Wed, 21 Mar 2018 06:27:38 +0000 (02:27 -0400)]
Merge pull request #4641 from annando/updated-faq

The FAQ had been updated to reflect the latest changes

6 years agoThe FAQ had been updated to reflect the latest changes
Michael [Wed, 21 Mar 2018 06:23:07 +0000 (06:23 +0000)]
The FAQ had been updated to reflect the latest changes

6 years agoRename checkPasswordExposed to isPasswordExposed
Hypolite Petovan [Wed, 21 Mar 2018 06:14:43 +0000 (02:14 -0400)]
Rename checkPasswordExposed to isPasswordExposed

6 years ago6th (magic numbers, addon translations)
Tobias Diekershoff [Wed, 21 Mar 2018 06:12:46 +0000 (07:12 +0100)]
6th (magic numbers, addon translations)

6 years agoAdd exposed password check to manual password change
Hypolite Petovan [Wed, 21 Mar 2018 05:33:35 +0000 (01:33 -0400)]
Add exposed password check to manual password change

6 years ago[Composer] Add divineomega/password_exposed
Hypolite Petovan [Wed, 21 Mar 2018 05:31:00 +0000 (01:31 -0400)]
[Composer] Add divineomega/password_exposed

- Reorder PHP packages by alphabetical order

6 years agoMerge pull request #4638 from annando/incorrect-datetime
Hypolite Petovan [Wed, 21 Mar 2018 05:24:50 +0000 (01:24 -0400)]
Merge pull request #4638 from annando/incorrect-datetime

Fix for incorrect datetime values

6 years agoFix for incorrect datetime values
Michael [Wed, 21 Mar 2018 05:20:55 +0000 (05:20 +0000)]
Fix for incorrect datetime values

6 years ago5th (missing s)
Tobias Diekershoff [Tue, 20 Mar 2018 18:28:25 +0000 (19:28 +0100)]
5th (missing s)

6 years ago4th (typos)
Tobias Diekershoff [Tue, 20 Mar 2018 16:23:51 +0000 (17:23 +0100)]
4th (typos)

6 years ago3rd (typos)
Tobias Diekershoff [Tue, 20 Mar 2018 15:17:42 +0000 (16:17 +0100)]
3rd (typos)

6 years agohypolite wants to be MrPetrovan
Tobias Diekershoff [Tue, 20 Mar 2018 15:12:23 +0000 (16:12 +0100)]
hypolite wants to be MrPetrovan

6 years ago2nd (some typos)
Tobias Diekershoff [Tue, 20 Mar 2018 13:25:35 +0000 (14:25 +0100)]
2nd (some typos)

6 years ago1st draft of 3.6 CHANGELOG
Tobias Diekershoff [Tue, 20 Mar 2018 11:00:38 +0000 (12:00 +0100)]
1st draft of 3.6 CHANGELOG

6 years agoMerge pull request #4636 from annando/event-diaspora
Tobias Diekershoff [Tue, 20 Mar 2018 07:48:37 +0000 (08:48 +0100)]
Merge pull request #4636 from annando/event-diaspora

Fix: Events on Diaspora now should look fine

6 years agoFix: Events on Diaspora now should look fine
Michael [Tue, 20 Mar 2018 06:32:17 +0000 (06:32 +0000)]
Fix: Events on Diaspora now should look fine

6 years agoMerge pull request #4635 from fabrixxm/3.6-rc-it
Hypolite Petovan [Mon, 19 Mar 2018 20:53:48 +0000 (16:53 -0400)]
Merge pull request #4635 from fabrixxm/3.6-rc-it

Update IT strings

6 years agoUpdate IT strings
fabrixxm [Mon, 19 Mar 2018 19:39:19 +0000 (20:39 +0100)]
Update IT strings

6 years agoMerge pull request #4634 from tobiasd/20180319-de
Hypolite Petovan [Mon, 19 Mar 2018 17:50:37 +0000 (13:50 -0400)]
Merge pull request #4634 from tobiasd/20180319-de

update for DE translation THX utzer

6 years agoupdate for DE translation THX utzer
Tobias Diekershoff [Mon, 19 Mar 2018 17:38:47 +0000 (18:38 +0100)]
update for DE translation THX utzer

6 years agoMerge pull request #4633 from friendica/fabrixxm-36rc-patch-2
Tobias Diekershoff [Mon, 19 Mar 2018 14:22:10 +0000 (15:22 +0100)]
Merge pull request #4633 from friendica/fabrixxm-36rc-patch-2

Small fixes and spelling

6 years agoMerge pull request #4630 from MrPetovan/task/4629-move-executable-to-bin
Tobias Diekershoff [Mon, 19 Mar 2018 14:05:53 +0000 (15:05 +0100)]
Merge pull request #4630 from MrPetovan/task/4629-move-executable-to-bin

Move executable scripts to bin/ (part 1)

6 years agoMerge pull request #4628 from MrPetovan/task/add-console
Tobias Diekershoff [Mon, 19 Mar 2018 14:04:46 +0000 (15:04 +0100)]
Merge pull request #4628 from MrPetovan/task/add-console

Add Friendica console part 2: Script removal

6 years agoFix spelling for "detailed_notif" help text in settings
fabrixxm [Mon, 19 Mar 2018 12:56:17 +0000 (13:56 +0100)]
Fix spelling for "detailed_notif" help text in settings

6 years agoRevert changes to CHANGELOG
Hypolite Petovan [Mon, 19 Mar 2018 12:46:17 +0000 (08:46 -0400)]
Revert changes to CHANGELOG

6 years agoMerge pull request #4631 from friendica/fabrixxm-36rc-patch-1
Hypolite Petovan [Mon, 19 Mar 2018 12:39:50 +0000 (08:39 -0400)]
Merge pull request #4631 from friendica/fabrixxm-36rc-patch-1

Small fix to translatable string

6 years agoFix another closing bracket in translatable string
fabrixxm [Mon, 19 Mar 2018 10:19:09 +0000 (11:19 +0100)]
Fix another closing bracket in translatable string

6 years agofix docstring of `get_poke_verbs()`
fabrixxm [Mon, 19 Mar 2018 09:20:01 +0000 (10:20 +0100)]
fix docstring of `get_poke_verbs()`

6 years agoSmall fixes to translatable string
fabrixxm [Mon, 19 Mar 2018 09:15:09 +0000 (10:15 +0100)]
Small fixes to translatable string

and some small cosmetic fixup to docstring for `notification()`

6 years agoRevert changes to the CHANGELOG
Hypolite Petovan [Mon, 19 Mar 2018 06:16:05 +0000 (02:16 -0400)]
Revert changes to the CHANGELOG

6 years agoRemove scripts/dbstructure
Hypolite Petovan [Mon, 19 Mar 2018 03:53:53 +0000 (23:53 -0400)]
Remove scripts/dbstructure

- Updated documentation

6 years agoRemove util/typo
Hypolite Petovan [Mon, 19 Mar 2018 03:52:07 +0000 (23:52 -0400)]
Remove util/typo

- Updated documentation
- Fixed typo in documenation

6 years agoRemove util/extract
Hypolite Petovan [Mon, 19 Mar 2018 03:49:45 +0000 (23:49 -0400)]
Remove util/extract

- Updated documentation

6 years agoRemove util/po2php
Hypolite Petovan [Mon, 19 Mar 2018 03:47:38 +0000 (23:47 -0400)]
Remove util/po2php

- Updated documentation

6 years agoRemove util/php2po
Hypolite Petovan [Mon, 19 Mar 2018 03:44:27 +0000 (23:44 -0400)]
Remove util/php2po

- Updated util/README