aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Major corrections to access control and page construction.Andrew Manning2016-06-021-0/+2
|
* Created page history widget to dynamically fetch and display the git commit ↵Andrew Manning2016-05-302-1/+39
| | | | history for wiki pages.
* Replaced wiki item record object field with ActivityStreams information. ↵Andrew Manning2016-05-301-1/+1
| | | | Wiki git repo path is stored in iconfig instead.
* Fixed bug in access control. Hide new wiki/page buttons if not channel owner.Andrew Manning2016-05-291-0/+2
|
* Only show wiki delete control if channel ownerAndrew Manning2016-05-291-0/+2
|
* Hacked Parsedown and Markdown to add class inline-code to <code> blocks for ↵Andrew Manning2016-05-292-0/+15
| | | | proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.
* Home page create with new wiki. URL redirects here when no page given. Fixed ↵Andrew Manning2016-05-291-1/+1
| | | | bug with author in wiki item table record.
* Wiki pages can be saved.Andrew Manning2016-05-281-2/+21
|
* Show page content by default. Hide page controls where appropriate. Fix ↵Andrew Manning2016-05-281-6/+8
| | | | sandbox text format.
* Page content is loaded from the file on diskAndrew Manning2016-05-281-1/+1
|
* Wiki page list links work. File content is not yet loaded into the editor. ↵Andrew Manning2016-05-282-5/+6
| | | | Removed some logger calls.
* Wiki page list is fetched and the page widget is updatedAndrew Manning2016-05-282-1/+18
|
* Add new page to wiki and redirect to editor page.Andrew Manning2016-05-271-0/+19
|
* Wiki deletion worksAndrew Manning2016-05-271-0/+2
|
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-2723-2002/+2114
|\
| * consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-2612-12/+12
| | | | | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
| * some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-251-1/+1
| | | | | | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
| * app rendering issues, typo in class name and could not find icon ↵redmatrix2016-05-251-1/+1
| | | | | | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
| * remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-252-8/+0
| | | | | | | | beeing so useful
| * code cleanupredmatrix2016-05-241-1/+1
| |
| * Update NL + ES_ESjeroenpraat2016-05-224-1318/+1398
| |
| * Update DE translation stringsphellmes2016-05-212-661/+701
| |
* | Delete wiki (in progress)Andrew Manning2016-05-242-3/+24
| |
* | List of wikis populates with links according to observer permissions.Andrew Manning2016-05-212-7/+4
| |
* | Successful new wiki git repo and item table recordAndrew Manning2016-05-211-17/+4
| |
* | Forgot some templatesAndrew Manning2016-05-212-0/+21
| |
* | Trying to fix wiki branch starting fresh from devAndrew Manning2016-05-212-0/+118
|/
* possible fix for #385Mario Vavti2016-05-212-1/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-191-17/+32
|\
| * Replace text strings for translation supportAndrew Manning2016-05-191-9/+3
| |
| * Improved plugin repo management UI in admin/pluginsAndrew Manning2016-05-191-17/+38
| |
* | provide an acl select option for only meMario Vavti2016-05-192-15/+58
|/
* Merge pull request #388 from phellmes/de20160516hubzilla2016-05-172-3045/+3082
|\ | | | | Update DE translation strings
| * Update DE translations stringsphellmes2016-05-162-3045/+3082
| |
* | Dutch and Spanish Spanish strings, and some schema-bitsjeroenpraat2016-05-169-5809/+5990
|/
* Enable options for chat notifications, with optional audio. Notify for ↵Andrew Manning2016-05-131-3/+45
| | | | member entering room and incoming messages.
* change wording restricted -> custom selection and add a label to the selectMario Vavti2016-05-131-1/+1
|
* instead of radio buttons use select to choose between public and restricted ↵Mario Vavti2016-05-132-60/+70
| | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible.
* Merge remote-tracking branch 'upstream/dev' into chat-notifyAndrew Manning2016-05-112-23/+23
|\
| * Merge pull request #376 from anaqreon/plugin-reporedmatrix2016-05-121-3/+3
| |\ | | | | | | Check if target directories are writable when adding, updating, or removing plugin repos
| | * Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-111-0/+11
| | |\
| | * | Check if target directories are writable when adding, updating, or removing ↵Andrew Manning2016-05-111-3/+3
| | | | | | | | | | | | | | | | plugin repos
| * | | more whitespaceMario Vavti2016-05-111-1/+1
| | | |
| * | | whitespaceMario Vavti2016-05-111-19/+19
| | |/ | |/|
* / | Browser notification issued when member enters chat roomAndrew Manning2016-05-111-0/+76
|/ /
* / provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-101-0/+11
|/ | | | you're behind master
* Delete existing repo if the new one has a different URL. Fixed bug that ↵Andrew Manning2016-05-101-4/+8
| | | | could cause repeated installation.
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-094-6/+15
|\
| * remove unused code and whitespaceMario Vavti2016-05-091-1/+1
| |
| * remove the old IE html5 hack.redmatrix2016-05-081-4/+0
| |