zotlabs 
							
						 
					 
					
						
						
							
						
						ed3d3b6f27 
					 
					
						
						
							
							provide possibility of using different orderings (post, commented) on channel page  
						
						
						
						
					 
					
						2018-05-29 17:35:44 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						7dadbbbac7 
					 
					
						
						
							
							bring jot reset to some more places  
						
						
						
						
					 
					
						2018-05-21 09:13:14 +02:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						d41556a1ea 
					 
					
						
						
							
							minor regression on date queries from channel page  
						
						
						
						
					 
					
						2018-05-09 18:20:28 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						0545baaf56 
					 
					
						
						
							
							initial backend support for channel page item search  
						
						
						
						
					 
					
						2018-05-08 20:12:49 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						c53f788cc8 
					 
					
						
						
							
							add alt_pager to mod_moderate, remove legacy $a parameter from all occurrences of alt_pager  
						
						
						
						
					 
					
						2018-04-17 23:36:35 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						d47ea20aa8 
					 
					
						
						
							
							we shouldn't need distinct here, since ids_to_querystr() will filter duplicates. It might have an effect on pager totals. Need to monitor for a few days.  
						
						
						
						
					 
					
						2018-04-07 16:54:49 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						80ce2def46 
					 
					
						
						
							
							also sort by id to not make mysql change the queryplan if offset is > 0 after recent index changes  
						
						
						
						
					 
					
						2018-02-22 12:01:53 +01:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						9e251a1abc 
					 
					
						
						
							
							some more DB tuning.  
						
						
						
						
					 
					
						2018-02-15 19:24:15 +01:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						6cc3294395 
					 
					
						
						
							
							finally fix channel query  
						
						
						
						
					 
					
						2018-02-09 20:36:14 +01:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						5f229d81e9 
					 
					
						
						
							
							use distinct in channel item query and minor notification cache improvement  
						
						
						
						
					 
					
						2018-02-09 14:06:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						3cc756f302 
					 
					
						
						
							
							remove some never used indices which prevented our item queries to find the right query execution plan in mysql and adjust some queries to optimze the result  
						
						
						
						
					 
					
						2018-02-04 20:42:40 +01:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						22d45a8d1e 
					 
					
						
						
							
							support for netselect query  
						
						
						
						
					 
					
						2017-11-01 02:53:12 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						e6f1fb3d95 
					 
					
						
						
							
							remove notifications code from nav and go live with new notifications  
						
						
						
						
					 
					
						2017-10-10 16:51:35 +02:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						cc1ffff7cd 
					 
					
						
						
							
							feed untranslated appnames to nav_set_selected() and query for the active app directly to get app details  
						
						
						
						
					 
					
						2017-10-09 21:22:57 +02:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						72a19a14af 
					 
					
						
						
							
							turn common friends into a widget  
						
						
						
						
					 
					
						2017-09-19 17:35:57 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						abbf245d14 
					 
					
						
						
							
							remove item_thread_top from simple_update query - we're already fetching distinct(parent) and this prevented comments from displaying after submission when remote-authed.  
						
						
						
						
					 
					
						2017-09-10 16:10:56 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						5ae2d15dc0 
					 
					
						
						
							
							this fixes an issue where in /channel/membername?mid=some_mid updates did not work when static updates were enabled. since in the current situation we always get a top-level-post mid, item_thread_top = 0 in the query will never return a result. change it to item_thread_top = 1  
						
						
						
						
					 
					
						2017-09-03 21:41:47 +02:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						dc18440c18 
					 
					
						
						
							
							introduce item_normal_update(). the differnce to item_normal() is that we do not query for item_deleted = 0 and therefor can find deleted likes which allows us to update our unlikes on the fly if static page update is enabled  
						
						
						
						
					 
					
						2017-09-03 21:33:07 +02:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						66b032823b 
					 
					
						
						
							
							oembed provider cleanup, add oembed to cards  
						
						
						
						
					 
					
						2017-08-23 20:47:08 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						9359f9fe4d 
					 
					
						
						
							
							plugin hook for update_unseen  
						
						
						
						
					 
					
						2017-08-01 22:25:55 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						992f8272d3 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/redmatrix/hubzilla  into xdev_merge  
						
						
						
						
					 
					
						2017-07-21 16:20:50 -07:00 
						 
				 
			
				
					
						
							
							
								git-marijus 
							
						 
					 
					
						
						
							
						
						1bdcfe5219 
					 
					
						
						
							
							provide a mechanism to mark apps active in the bin  
						
						
						
						
					 
					
						2017-07-21 10:32:21 +02:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						a346399fe6 
					 
					
						
						
							
							allow wildcard tag and category searches  
						
						
						
						
					 
					
						2017-07-20 18:11:47 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						82aa87c190 
					 
					
						
						
							
							ability to use a portion of the message-id to display a message wasn't honoured in all cases.  
						
						
						
						
					 
					
						2017-07-18 17:02:50 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						31e0812711 
					 
					
						
						
							
							remove deprecated app parameter from conversation()  
						
						
						
						
					 
					
						2017-06-20 15:53:01 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						e917b94929 
					 
					
						
						
							
							hubzilla issue  #810  
						
						
						
						
					 
					
						2017-06-06 17:38:34 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						ca14ab3d55 
					 
					
						
						
							
							move profile tabs to app-tray  
						
						
						
						
					 
					
						2017-03-20 17:24:48 +01:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						e58dc726c5 
					 
					
						
						
							
							activity widget - like the forum widget but represents unseen activity by author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.  
						
						
						
						
					 
					
						2017-03-02 17:32:43 -08:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						6644dc4861 
					 
					
						
						
							
							use head_add_link() for feed discovery  
						
						
						
						
					 
					
						2017-02-21 18:58:51 -08:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						9e2ccbd2a7 
					 
					
						
						
							
							convert manual page updates to a display setting instead of a feature  
						
						
						
						
					 
					
						2016-11-02 18:40:50 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						f91031bd65 
					 
					
						
						
							
							allow your own likes/comments to be updated when in static update mode  
						
						
						
						
					 
					
						2016-11-02 15:48:29 -07:00 
						 
				 
			
				
					
						
							
							
								zotlabs 
							
						 
					 
					
						
						
							
						
						ca948d66a9 
					 
					
						
						
							
							feature: static page update as opposed to live update of conversations on the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.  
						
						
						
						
					 
					
						2016-11-01 20:21:39 -07:00 
						 
				 
			
				
					
						
							
							
								Klaus Weidenbach 
							
						 
					 
					
						
						
							
						
						7b41839ea8 
					 
					
						
						
							
							[TASK] Update Doxyfile and fix Doxygen errors.  
						
						... 
						
						
						
						Updated Doxyfile to include new folders.
Add a list for @hooks  tags.
Fixed some parsing problems for Doxygen. 
						
						
					 
					
						2016-10-13 11:27:23 +02:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						ce6e81c682 
					 
					
						
						
							
							more backticks  
						
						
						
						
					 
					
						2016-10-03 21:48:53 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						d92e9f38f8 
					 
					
						
						
							
							fix with update with /channel?f=&mid=hash issue  #461  
						
						
						
						
					 
					
						2016-09-28 11:04:02 +02:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						2d83ea86dc 
					 
					
						
						
							
							more get rid of illegal offset in include/conversation  
						
						
						
						
					 
					
						2016-09-08 22:33:39 -07:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						4f62d7a78f 
					 
					
						
						
							
							move jotnets to jot and some cleanup (mostly whitespace)  
						
						
						
						
					 
					
						2016-08-21 15:43:03 +02:00 
						 
				 
			
				
					
						
							
							
								Mario Vavti 
							
						 
					 
					
						
						
							
						
						c50bfa07ca 
					 
					
						
						
							
							multiple acl work  
						
						
						
						
					 
					
						2016-08-03 21:16:57 +02:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						ed0e2b52d7 
					 
					
						
						
							
							move permissiondescription class to zotlabs/lib  
						
						
						
						
					 
					
						2016-07-11 21:46:16 -07:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						3035c792dc 
					 
					
						
						
							
							remove the app $a passed to profile_load, also add profile_load to mod_wiki which should fix issue  #431  
						
						
						
						
					 
					
						2016-06-26 22:13:59 -07:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						5e0698ba87 
					 
					
						
						
							
							turn the oft-repeated block_public ... check into a function observer_prohibited()  
						
						
						
						
					 
					
						2016-05-22 17:52:30 -07:00 
						 
				 
			
				
					
						
							
							
								Treer 
							
						 
					 
					
						
						
							
						
						09ef30feb0 
					 
					
						
						
							
							Update some modules to use new ACL dialog feature  
						
						
						
						
					 
					
						2016-05-08 21:27:52 +10:00 
						 
				 
			
				
					
						
							
							
								Treer 
							
						 
					 
					
						
						
							
						
						2174cdcd0e 
					 
					
						
						
							
							Unify permissions dialog for network posts, channel posts, and remote posts  
						
						... 
						
						
						
						* changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button.
* hyperlinks the "cannot be changed" part of the warning to the help file
* adds some more content to the help file 
						
						
					 
					
						2016-05-06 01:44:46 +10:00 
						 
				 
			
				
					
						
							
							
								Treer 
							
						 
					 
					
						
						
							
						
						e1e56936c9 
					 
					
						
						
							
							add help to some permissions dialogs  
						
						
						
						
					 
					
						2016-05-05 02:09:47 +10:00 
						 
				 
			
				
					
						
							
							
								Treer 
							
						 
					 
					
						
						
							
						
						33a8d845c1 
					 
					
						
						
							
							Refine permissions dialog UI  
						
						
						
						
					 
					
						2016-05-04 23:55:32 +10:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						2b0a04ea9e 
					 
					
						
						
							
							revert the reversal of checkjs logic, but still restrict the behaviour scope to just those urls that require it  
						
						
						
						
					 
					
						2016-04-20 22:10:00 -07:00 
						 
				 
			
				
					
						
							
							
								redmatrix 
							
						 
					 
					
						
						
							
						
						0865d0ef51 
					 
					
						
						
							
							Convert Channel to new module  
						
						
						
						
					 
					
						2016-04-15 22:36:07 -07:00