]> git.mxchange.org Git - friendica.git/log
friendica.git
8 years agoadded short intoduction of the term admin panel
Tobias Diekershoff [Fri, 20 May 2016 18:09:45 +0000 (20:09 +0200)]
added short intoduction of the term admin panel

8 years agorewrite of the doc/settings.md
Tobias Diekershoff [Fri, 20 May 2016 18:06:37 +0000 (20:06 +0200)]
rewrite of the doc/settings.md

8 years agoMerge pull request #2521 from tobiasd/20160519-de
Michael Vogel [Thu, 19 May 2016 10:19:57 +0000 (12:19 +0200)]
Merge pull request #2521 from tobiasd/20160519-de

DE translation THX Abrax

8 years agoDE translation THX Abrax
Tobias Diekershoff [Thu, 19 May 2016 10:01:38 +0000 (12:01 +0200)]
DE translation THX Abrax

8 years agoMerge pull request #2519 from tobiasd/20160519-messagespo
Michael Vogel [Thu, 19 May 2016 05:37:31 +0000 (07:37 +0200)]
Merge pull request #2519 from tobiasd/20160519-messagespo

regenerated master messages.po file

8 years agoMerge pull request #2520 from annando/1605-probe_feed
Tobias Diekershoff [Thu, 19 May 2016 04:54:17 +0000 (06:54 +0200)]
Merge pull request #2520 from annando/1605-probe_feed

Bugfix: Feeds weren't detected correctly

8 years agoBugfix: Feeds weren't detected correctly
Michael Vogel [Wed, 18 May 2016 20:50:15 +0000 (22:50 +0200)]
Bugfix: Feeds weren't detected correctly

8 years agoregenerated master messages.po file
Tobias Diekershoff [Wed, 18 May 2016 20:43:49 +0000 (22:43 +0200)]
regenerated master messages.po file

8 years agoMerge pull request #2517 from fabrixxm/feature-2516
Tobias Diekershoff [Mon, 16 May 2016 12:56:17 +0000 (14:56 +0200)]
Merge pull request #2517 from fabrixxm/feature-2516

Make user table in admin sortable via table headers

8 years agoMake user table in admin sortable via table headers
Fabrixxm [Mon, 16 May 2016 12:38:00 +0000 (14:38 +0200)]
Make user table in admin sortable via table headers

new GET param for /admin/user: 'o'
value is db table to order by. values are limited by script.
invalid values are discarded.
preped with '-' to order descending.
show unicode arrows in table headers to visually indicate sorting.

8 years agoMerge pull request #2513 from annando/1605-diaspora-relay
Tobias Diekershoff [Mon, 16 May 2016 05:57:16 +0000 (07:57 +0200)]
Merge pull request #2513 from annando/1605-diaspora-relay

Support for comments for the Diaspora relay system

8 years agoMerge pull request #2514 from annando/1605-plaintext
Tobias Diekershoff [Mon, 16 May 2016 05:56:42 +0000 (07:56 +0200)]
Merge pull request #2514 from annando/1605-plaintext

Bugfix for shares in the plaintext function

8 years agoThere were undecoded entities in the title
Michael Vogel [Sun, 15 May 2016 08:36:56 +0000 (10:36 +0200)]
There were undecoded entities in the title

8 years agoMerge pull request #2515 from rabuzarus/key_fix
Michael Vogel [Sun, 15 May 2016 08:35:16 +0000 (10:35 +0200)]
Merge pull request #2515 from rabuzarus/key_fix

photo.php: correct misspelling of an array key

8 years agophoto.php: correct misspelling of an array key
rabuzarus [Sun, 15 May 2016 00:37:18 +0000 (02:37 +0200)]
photo.php: correct misspelling of an array key

8 years agoBugfix for shares in the plaintext function
Michael Vogel [Fri, 13 May 2016 20:23:46 +0000 (22:23 +0200)]
Bugfix for shares in the plaintext function

8 years agoSupport for comments for the Diaspora relay system
Michael Vogel [Fri, 13 May 2016 20:19:31 +0000 (22:19 +0200)]
Support for comments for the Diaspora relay system

8 years agoMerge pull request #2511 from rabuzarus/1205_photo_live_update
Tobias Diekershoff [Fri, 13 May 2016 05:57:13 +0000 (07:57 +0200)]
Merge pull request #2511 from rabuzarus/1205_photo_live_update

1205 photo live update

8 years agophotos view: fix js error - forgot to delete this testing stuff
rabuzarus [Thu, 12 May 2016 23:34:56 +0000 (01:34 +0200)]
photos view: fix js error - forgot to delete this testing stuff

8 years agophotos view: fix js error with undefined variable
rabuzarus [Thu, 12 May 2016 23:26:07 +0000 (01:26 +0200)]
photos view: fix js error with undefined variable

8 years agoMerge pull request #2510 from rabuzarus/1005_js_pageload
Tobias Diekershoff [Thu, 12 May 2016 05:47:26 +0000 (07:47 +0200)]
Merge pull request #2510 from rabuzarus/1005_js_pageload

infinite_scroll: move js from index.php to main.js

8 years agoinfinite_scroll: move js from index.php to main.js
rabuzarus [Tue, 10 May 2016 23:52:05 +0000 (01:52 +0200)]
infinite_scroll: move js from index.php to main.js

8 years agoMerge pull request #2507 from annando/1605-hidewall
Tobias Diekershoff [Fri, 6 May 2016 17:28:55 +0000 (19:28 +0200)]
Merge pull request #2507 from annando/1605-hidewall

Better implementation of "hidewall" with feeds

8 years agoAdded documentation
Michael Vogel [Fri, 6 May 2016 16:30:34 +0000 (18:30 +0200)]
Added documentation

8 years agoThe feed header is now displayed even with "hidewall" activated
Michael Vogel [Fri, 6 May 2016 16:27:19 +0000 (18:27 +0200)]
The feed header is now displayed even with "hidewall" activated

8 years agoBetter implementation of "hidewall"
Michael Vogel [Fri, 6 May 2016 09:04:21 +0000 (11:04 +0200)]
Better implementation of "hidewall"

8 years agoMerge pull request #2505 from annando/1605-diaspora-reshare
Tobias Diekershoff [Fri, 6 May 2016 07:45:49 +0000 (09:45 +0200)]
Merge pull request #2505 from annando/1605-diaspora-reshare

Diaspora: Reshares of non native reshares now look better

8 years agoDiaspora: Reshares of non native reshares now look better
Michael Vogel [Fri, 6 May 2016 06:22:27 +0000 (08:22 +0200)]
Diaspora: Reshares of non native reshares now look better

8 years agoMerge pull request #2503 from annando/1605-hide-profile
Tobias Diekershoff [Fri, 6 May 2016 05:45:44 +0000 (07:45 +0200)]
Merge pull request #2503 from annando/1605-hide-profile

Better handling of hidden profiles

8 years agoMerge pull request #2504 from annando/1605-share2
Tobias Diekershoff [Fri, 6 May 2016 05:42:35 +0000 (07:42 +0200)]
Merge pull request #2504 from annando/1605-share2

Avoid warning messages at "strstr"

8 years agoAvoid warning messages at "strstr"
Michael Vogel [Thu, 5 May 2016 18:36:23 +0000 (20:36 +0200)]
Avoid warning messages at "strstr"

8 years agoUpdate the global contact entries for local users on a regular base
Michael Vogel [Thu, 5 May 2016 13:38:28 +0000 (15:38 +0200)]
Update the global contact entries for local users on a regular base

8 years agoNew function to update the global contact for the user id.
Michael Vogel [Thu, 5 May 2016 13:08:05 +0000 (15:08 +0200)]
New function to update the global contact for the user id.

8 years agoThe global contact for server users is now stored directly
Michael Vogel [Thu, 5 May 2016 10:02:51 +0000 (12:02 +0200)]
The global contact for server users is now stored directly

8 years agoThe "hide" element is included in the feed as well.
Michael Vogel [Thu, 5 May 2016 04:46:23 +0000 (06:46 +0200)]
The "hide" element is included in the feed as well.

8 years agoChanged check for searchability
Michael Vogel [Wed, 4 May 2016 22:29:54 +0000 (00:29 +0200)]
Changed check for searchability

8 years agoSet "hide" in noscrape
Michael Vogel [Wed, 4 May 2016 21:50:31 +0000 (23:50 +0200)]
Set "hide" in noscrape

8 years agoDFRN: "Hidewall" is now transmitted, "hide" is respected in dfrn and ostatus.
Michael Vogel [Wed, 4 May 2016 21:21:30 +0000 (23:21 +0200)]
DFRN: "Hidewall" is now transmitted, "hide" is respected in dfrn and ostatus.

8 years agoBetter handling of hidden profiles
Michael Vogel [Wed, 4 May 2016 07:30:55 +0000 (09:30 +0200)]
Better handling of hidden profiles

8 years agoMerge pull request #2502 from annando/1605-diaspora-share
Tobias Diekershoff [Wed, 4 May 2016 05:20:22 +0000 (07:20 +0200)]
Merge pull request #2502 from annando/1605-diaspora-share

Shared links to Diaspora should look better now

8 years agoMerge pull request #2501 from annando/1604-insert
Tobias Diekershoff [Wed, 4 May 2016 05:19:58 +0000 (07:19 +0200)]
Merge pull request #2501 from annando/1604-insert

Avoid SQL errors because of existing entries

8 years agoSome more beautification.
Michael Vogel [Tue, 3 May 2016 19:57:08 +0000 (21:57 +0200)]
Some more beautification.

8 years agoShared links to Diaspora should look better now
Michael Vogel [Tue, 3 May 2016 18:12:13 +0000 (20:12 +0200)]
Shared links to Diaspora should look better now

8 years agoAvoid SQL errors because of existing entries
Michael Vogel [Tue, 3 May 2016 17:20:58 +0000 (19:20 +0200)]
Avoid SQL errors because of existing entries

8 years agoMerge pull request #2500 from fabrixxm/feature_mobile_notification_menu
Tobias Diekershoff [Mon, 2 May 2016 13:20:56 +0000 (15:20 +0200)]
Merge pull request #2500 from fabrixxm/feature_mobile_notification_menu

style notification menu to be more mobile-friendly

8 years agoMerge pull request #2499 from fabrixxm/issue_mobile_iframe_embed
Michael Vogel [Mon, 2 May 2016 12:56:00 +0000 (14:56 +0200)]
Merge pull request #2499 from fabrixxm/issue_mobile_iframe_embed

small fix to embed iframes on mobile

8 years agostyle notification menu to be more mobile-friendly
Fabrixxm [Mon, 2 May 2016 12:55:57 +0000 (14:55 +0200)]
style notification menu to be more mobile-friendly

8 years agosmall fix to embed iframes on mobile
Fabrixxm [Mon, 2 May 2016 12:17:55 +0000 (14:17 +0200)]
small fix to embed iframes on mobile

8 years agoMerge pull request #2497 from annando/1604-local-copy
Tobias Diekershoff [Mon, 2 May 2016 04:07:50 +0000 (06:07 +0200)]
Merge pull request #2497 from annando/1604-local-copy

Copy an item to the local user if it's only available as public copy

8 years agoMerge pull request #2495 from annando/1604-messagelist
Tobias Diekershoff [Mon, 2 May 2016 04:06:47 +0000 (06:06 +0200)]
Merge pull request #2495 from annando/1604-messagelist

Bugfix: The message list always showed "x and you"

8 years agoMerge pull request #2498 from rabuzarus/0105_autocomplete_webbie
Tobias Diekershoff [Sun, 1 May 2016 13:48:23 +0000 (15:48 +0200)]
Merge pull request #2498 from rabuzarus/0105_autocomplete_webbie

autocomplete: use webbie on click for nav global contact search

8 years agoautocomplete:remove commited file by accident
rabuzarus [Sun, 1 May 2016 09:27:43 +0000 (11:27 +0200)]
autocomplete:remove commited file by accident

8 years agoAdded some more explanation/now copy the whole thread
Michael Vogel [Sun, 1 May 2016 07:48:05 +0000 (09:48 +0200)]
Added some more explanation/now copy the whole thread

8 years agoautocomplete: use webbie on click for nav global contact search
rabuzarus [Sun, 1 May 2016 06:45:11 +0000 (08:45 +0200)]
autocomplete: use webbie on click for nav global contact search

8 years agoCopy an item to the local user if it's only available as public copy
Michael Vogel [Sat, 30 Apr 2016 22:19:24 +0000 (00:19 +0200)]
Copy an item to the local user if it's only available as public copy

8 years agoBugfix: The message list always showed "x and you"
Michael Vogel [Sat, 30 Apr 2016 12:13:43 +0000 (14:13 +0200)]
Bugfix: The message list always showed "x and you"

8 years agoMerge pull request #2494 from rabuzarus/2904_autocomplete
Michael Vogel [Fri, 29 Apr 2016 13:55:45 +0000 (15:55 +0200)]
Merge pull request #2494 from rabuzarus/2904_autocomplete

autocomplete: Use stopImmidiatePropagation() only if we are in a list to not interf…

8 years agoMerge pull request #2493 from rabuzarus/2904_textcomplete_update
Michael Vogel [Fri, 29 Apr 2016 13:55:07 +0000 (15:55 +0200)]
Merge pull request #2493 from rabuzarus/2904_textcomplete_update

jquery.textcomplete update to v1.3.4

8 years agoUse stopImmidiatePropagation() only if we are in a list to not interfere with other...
rabuzarus [Fri, 29 Apr 2016 12:42:12 +0000 (14:42 +0200)]
Use stopImmidiatePropagation() only if we are in a list to not interfere with other keypress listeners

8 years agojquery.textcomplete update to v1.3.4
rabuzarus [Fri, 29 Apr 2016 12:31:09 +0000 (14:31 +0200)]
jquery.textcomplete update to v1.3.4

8 years agoMerge pull request #2491 from rabuzarus/2804_acl_hook
Michael Vogel [Fri, 29 Apr 2016 12:03:02 +0000 (14:03 +0200)]
Merge pull request #2491 from rabuzarus/2804_acl_hook

add a hook call to acl_lookup()

8 years agoadd some hook docu
rabuzarus [Thu, 28 Apr 2016 21:18:38 +0000 (23:18 +0200)]
add some hook docu

8 years agoadd a hook call to acl_lookup()
rabuzarus [Thu, 28 Apr 2016 20:15:55 +0000 (22:15 +0200)]
add a hook call to acl_lookup()

8 years agoMerge pull request #2490 from annando/1604-bugfix-xml
Tobias Diekershoff [Thu, 28 Apr 2016 06:43:54 +0000 (08:43 +0200)]
Merge pull request #2490 from annando/1604-bugfix-xml

Bugfix for XML function

8 years agoBugfix for XML function
Michael Vogel [Thu, 28 Apr 2016 06:30:15 +0000 (08:30 +0200)]
Bugfix for XML function

8 years agoMerge pull request #2489 from annando/1604-unseen
Tobias Diekershoff [Thu, 28 Apr 2016 05:18:35 +0000 (07:18 +0200)]
Merge pull request #2489 from annando/1604-unseen

Check before doing the database update

8 years agoCheck before doing the database update
Michael Vogel [Thu, 28 Apr 2016 04:56:55 +0000 (06:56 +0200)]
Check before doing the database update

8 years agoMerge pull request #2486 from rabuzarus/2704_xml
Michael Vogel [Thu, 28 Apr 2016 04:27:49 +0000 (06:27 +0200)]
Merge pull request #2486 from rabuzarus/2704_xml

move xml related function to the xml class + some doxygen docu

8 years agoMerge pull request #2488 from tobiasd/20160426-phpxmlcheck
Michael Vogel [Thu, 28 Apr 2016 04:17:58 +0000 (06:17 +0200)]
Merge pull request #2488 from tobiasd/20160426-phpxmlcheck

installer check for XML module

8 years agocount from 0
Tobias Diekershoff [Wed, 27 Apr 2016 18:23:06 +0000 (20:23 +0200)]
count from 0

8 years agoinstaller check for XML module
Tobias Diekershoff [Wed, 27 Apr 2016 18:16:35 +0000 (20:16 +0200)]
installer check for XML module

8 years agoxml: rename convert_element_to_array to element_to_array
rabuzarus [Wed, 27 Apr 2016 15:04:46 +0000 (17:04 +0200)]
xml: rename convert_element_to_array to element_to_array

8 years agomove xml related function to the xml class + some doxygen docu
rabuzarus [Wed, 27 Apr 2016 14:31:03 +0000 (16:31 +0200)]
move xml related function to the xml class + some doxygen docu

8 years agoMerge pull request #2481 from annando/1604-probe_url
Tobias Diekershoff [Tue, 26 Apr 2016 04:47:12 +0000 (06:47 +0200)]
Merge pull request #2481 from annando/1604-probe_url

Use data from contact and gcontact prior to probe_url

8 years agoMerge pull request #2483 from annando/1604-cookie
Tobias Diekershoff [Tue, 26 Apr 2016 04:45:20 +0000 (06:45 +0200)]
Merge pull request #2483 from annando/1604-cookie

"remember me" should work now reliable

8 years agoMerge pull request #2484 from rabuzarus/25.04_login_template
Tobias Diekershoff [Tue, 26 Apr 2016 04:43:48 +0000 (06:43 +0200)]
Merge pull request #2484 from rabuzarus/25.04_login_template

login: use ARIA instead of <fieldset> tag

8 years agologin: use ARIA instead of <fieldset> tag
rabuzarus [Mon, 25 Apr 2016 21:40:07 +0000 (23:40 +0200)]
login: use ARIA instead of <fieldset> tag

8 years agoMerge remote-tracking branch 'upstream/develop' into 1604-cookie
Michael Vogel [Mon, 25 Apr 2016 20:25:13 +0000 (22:25 +0200)]
Merge remote-tracking branch 'upstream/develop' into 1604-cookie

8 years agoMerge pull request #2482 from rabuzarus/2604_vier_mobile_embedded_video
Michael Vogel [Mon, 25 Apr 2016 20:24:08 +0000 (22:24 +0200)]
Merge pull request #2482 from rabuzarus/2604_vier_mobile_embedded_video

vier-mobile: expand embedded video on play

8 years agovier-mobile: expand embedded video on play
rabuzarus [Mon, 25 Apr 2016 20:12:53 +0000 (22:12 +0200)]
vier-mobile: expand embedded video on play

8 years agoCode redesign and comments
Michael Vogel [Mon, 25 Apr 2016 20:10:45 +0000 (22:10 +0200)]
Code redesign and comments

8 years agoMerge pull request #2480 from rabuzarus/2504_vier_mobile_fix
Michael Vogel [Mon, 25 Apr 2016 19:41:43 +0000 (21:41 +0200)]
Merge pull request #2480 from rabuzarus/2504_vier_mobile_fix

vier mobile fixes

8 years agoRemove test code
Michael Vogel [Mon, 25 Apr 2016 19:39:54 +0000 (21:39 +0200)]
Remove test code

8 years agoUse data from contact and gcontact prior to probe_url
Michael Vogel [Mon, 25 Apr 2016 19:35:42 +0000 (21:35 +0200)]
Use data from contact and gcontact prior to probe_url

8 years agoMinor session stuff
Michael Vogel [Mon, 25 Apr 2016 18:43:40 +0000 (20:43 +0200)]
Minor session stuff

8 years agovier-mobile: little css fix
rabuzarus [Mon, 25 Apr 2016 18:30:02 +0000 (20:30 +0200)]
vier-mobile: little css fix

8 years agovier-mobile: fix embedded video for tablets and bigger
rabuzarus [Mon, 25 Apr 2016 18:24:36 +0000 (20:24 +0200)]
vier-mobile: fix embedded video for tablets and bigger

8 years agoMerge pull request #2479 from annando/1604-vier-login
Tobias Diekershoff [Mon, 25 Apr 2016 18:24:10 +0000 (20:24 +0200)]
Merge pull request #2479 from annando/1604-vier-login

Vier: No visible login border/no search and events without login

8 years agovier-mobile: fix embedded video and embedded link images for tablets and bigger
rabuzarus [Mon, 25 Apr 2016 18:04:10 +0000 (20:04 +0200)]
vier-mobile: fix embedded video and embedded link images for tablets and bigger

8 years agovier-mobile: fix threaded view for tablets and bigger
rabuzarus [Mon, 25 Apr 2016 17:54:03 +0000 (19:54 +0200)]
vier-mobile: fix threaded view for tablets and bigger

8 years agoMerge remote-tracking branch 'upstream/develop' into 1604-cookie
Michael Vogel [Mon, 25 Apr 2016 14:44:06 +0000 (16:44 +0200)]
Merge remote-tracking branch 'upstream/develop' into 1604-cookie

8 years agoOnly hide the search if "local_search" was activated.
Michael Vogel [Mon, 25 Apr 2016 14:42:16 +0000 (16:42 +0200)]
Only hide the search if "local_search" was activated.

8 years agoMerge pull request #2478 from annando/1604-bookmarks
Tobias Diekershoff [Mon, 25 Apr 2016 12:52:03 +0000 (14:52 +0200)]
Merge pull request #2478 from annando/1604-bookmarks

Bugfix DFRN and bookmark detection

8 years agoWe now work with a hash to avoid cookie manipulation
Michael Vogel [Mon, 25 Apr 2016 09:19:42 +0000 (11:19 +0200)]
We now work with a hash to avoid cookie manipulation

8 years ago"Remember Me" should work now but needs more fine tuning
Michael Vogel [Mon, 25 Apr 2016 05:10:40 +0000 (07:10 +0200)]
"Remember Me" should work now but needs more fine tuning

8 years agoImproved "remember me" functionality
Michael Vogel [Sun, 24 Apr 2016 22:02:43 +0000 (00:02 +0200)]
Improved "remember me" functionality

8 years agoVier: No visible login border/no search and events without login
Michael Vogel [Sun, 24 Apr 2016 19:45:06 +0000 (21:45 +0200)]
Vier: No visible login border/no search and events without login

8 years agoBugfix DFRN and bookmark detection
Michael Vogel [Sun, 24 Apr 2016 15:00:19 +0000 (17:00 +0200)]
Bugfix DFRN and bookmark detection

8 years agoMerge pull request #2476 from annando/1604-poller-maxlevel
Tobias Diekershoff [Sat, 23 Apr 2016 09:35:43 +0000 (11:35 +0200)]
Merge pull request #2476 from annando/1604-poller-maxlevel

Value to define the maximum level of database connections for the worker

8 years agoMerge pull request #2477 from annando/1604-gcontact-update
Tobias Diekershoff [Sat, 23 Apr 2016 09:09:12 +0000 (11:09 +0200)]
Merge pull request #2477 from annando/1604-gcontact-update

Check the global contacts every 90 days/Better handling in item creation