All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TS NoCode wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 19:36, 8 November 2024 Kpe talk contribs created page Features/Compliance (Created page with "== Usage == TS NoCode platform is designed to make sure that systems built on can be compliant without any work that needs to be done * Security (ISO27k and ISAE) * EU law (GDPR etc) * Financial regulation == OWASP security == Depending on setup of the server OWASP level 1 or level 2 can be reached. This includes almost all security requirements such as * Mitigation of common threats (SQL injection, CSRF etc.) * Request throttling * Password reset procedures * Logging (...")
- 12:59, 8 November 2024 Kpe talk contribs created page Features/Single signon (Created page with "== Usage == TS NoCode contains its own user management. In order to minimize the effort in maintaining the profiles, and require less effort for users allready authenticated in other systems. == Oauth2 == There are multiple Oauth 2 sources available • Azure • Office 365 • Google • LinkedIn • Facebook Note than only the Office 365 source can be used to synchronize group membership. === Implementation === Setup will require 2 steps # Setting up the SSO source...")
- 11:44, 8 November 2024 Kpe talk contribs created page Functionality (Created page with "== Components == * Relational database * Workflow engine * Document managment * Dashboards (BI) * Reporting == User interface == * Advanced input forms * Custom design (templates, wrappers, stylesheets) * Questionaires * Features/Multi languag...")
- 12:17, 7 November 2024 Kpe talk contribs created page Cloning an instance (Created page with "== Connecting to the server == First you must access the commandline on the system in question. This is done using a certificate and the Putty program. # Get a certificate private key from an existing admin user # Install Putty on your machine (alternative WinSCP) # Set up the profile in Putty ## Set hostaname = IP / domain name ## Set Category > Connection > SSH > Auth > Credentials > Private key file authentication ## Set Category > Connection > RLogin > Local usernam...")
- 11:44, 10 October 2024 Tvi talk contribs created page WebDAV (Created page with "== About our WebDAV implementation == Supported document types: Word, Excel, Powerpoint. Sometimes the action of saving a file, that was opened using WebDAV will fail, but only the first time, if it happens at all. To fix this, you just have to save the document again, and the issue will be gone for you, until you re-signin. == How to enable == Toggle the policy <code>webdavSupport</code> and <code>webdavSessionTokens</code> to <code>true</code>. File:WebDav fil...") Tag: Visual edit
- 11:39, 10 October 2024 Tvi talk contribs created page File:WebDav files.png
- 11:39, 10 October 2024 Tvi talk contribs uploaded File:WebDav files.png
- 11:08, 6 June 2024 Kpe talk contribs created page Tenant whitelabeling (Created page with " === Use and requiements === This feature will allow you to apply different styling for each ExclusiveGroup in the system. This is handled by injecting an extra stylesheet into the page, by including a special codeunit page inside ALL pages (displayed at the top). Limitations * Users without an ExclusiveGroup will have nos special styling * Only works with simple security (multiple ExclusiveGroups not possible) === Configuration === Do the following steps # Change the...")
- 10:09, 27 May 2024 Tvi talk contribs created page CloneSystem (Created page with "== What it does == Clones the entire webapp to another server. Only works on linux. == First setup == # Generate an SSH key for the tomcat-user on the source server <code>sudo -u tomcat ssh-keygen</code> # Add the public key to a user on the target server that has sudo-access # Connect from the source server, as tomcat, to the target server and accept the certificate # Add configurations == How to invoke == Invoke the codeunit, as an admin. eg. <code>[SERVER]/main?c...") Tag: Visual edit
- 09:41, 17 May 2024 Tvi talk contribs changed group membership for Jno from (none) to administrator
- 10:14, 22 April 2024 Tvi talk contribs restored page Integration/REST (31 revisions)
- 10:05, 22 April 2024 Tvi talk contribs deleted page Integration/REST (Editor was broken)
- 13:20, 2 April 2024 Tvi talk contribs created page File:Image.png
- 13:20, 2 April 2024 Tvi talk contribs uploaded File:Image.png
- 08:23, 2 April 2024 Tvi talk contribs created page Dashboard diagram widget configuration (Startet description, missing some) Tag: Visual edit
- 07:43, 2 April 2024 Tvi talk contribs created page FieldSubselectDiagram (Created basic version that links to other sites) Tag: Visual edit
- 13:18, 9 February 2024 User account Mpe talk contribs was created by Tvi talk contribs and password was sent by email
- 15:31, 5 February 2024 Nun talk contribs created page How to use DumpFilesToDiscCLI (Created page with "DumpFilesToDiscCLI is a tool to run the DumpFilesToDisc codeunit directly from a Command Line Interface such as Windows Powershell. To run the command, you must have JDK 1.8 (Or probably newer) installed and set up. From here you must do the following steps: 1. get war file with www.tempusserva.dk/install/nightly/TempusServa.war 2. rename file ending to .zip 3. unzip the file 4. navigate to \TempusServa\WEB-INF\lib in zip file in a CLI 5. run the following command, but...")
- 08:51, 10 January 2024 Kpe talk contribs created page Admin SQL queries (Created page with "=== Extract list of users and groups === One line for each group SELECT user.Name, user.EMAIL, user.IsActive, usergroup.Groupname, usergroup.LDAPNAME FROM user INNER JOIN usergroupmember ON usergroupmember.UserID = user.UserID INNER JOIN usergroup ON usergroupmember.GroupID = usergroup.GroupID ORDER BY 1 One line for each user SELECT user.Name, user.EMAIL, user.IsActive, GROUP_CONCAT(usergroup.Groupname) AS ListOfGroups FROM user INNER JOIN usergroupm...")
- 15:27, 21 December 2023 Tvi talk contribs created page Command line tools (Startet describing the new tool) Tag: Visual edit
- 15:09, 21 December 2023 Tvi talk contribs moved page Command line tools to Legacy command line tools without leaving a redirect (Is now legacy, new stuff replaced it)
- 10:07, 2 November 2023 Tvi talk contribs created page Bulk importing files (Created the page)
- 09:49, 3 October 2023 Tvi talk contribs created page Virtual development environment (Created the page) Tag: Visual edit
- 11:50, 6 September 2023 Nun talk contribs created page File:View option location.PNG (Location of List view options)
- 11:50, 6 September 2023 Nun talk contribs uploaded File:View option location.PNG (Location of List view options)
- 11:38, 6 September 2023 Nun talk contribs created page File:View options.PNG (View option window)
- 11:38, 6 September 2023 Nun talk contribs uploaded File:View options.PNG (View option window)
- 11:37, 6 September 2023 Nun talk contribs created page Features/Personal views (Created page with "A View (also called list view) is a specific showing of a list of records from an Entity. Using the search and advanced search functions, you can choose to exclude records form the view using different parameters. The currently active parameters can be seen below the view. To save the parameters of a view for later reuse, select")
- 08:30, 28 August 2023 Nun talk contribs created page File:Unique key.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Unique key.PNG
- 08:30, 28 August 2023 Nun talk contribs created page File:Field select.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Field select.PNG
- 08:30, 28 August 2023 Nun talk contribs created page File:Field advanced toggle.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Field advanced toggle.PNG
- 14:55, 24 August 2023 Kpe talk contribs created page Elastic search install (Created page with "== ES installation == === Install using the RPM manager === wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm.sha512 shasum -a 512 -c elasticsearch-8.9.1-x86_64.rpm.sha512 sudo rpm --install elasticsearch-8.9.1-x86_64.rpm sudo rpm -e elasticsearch-8.9.1-x86_64.rpm === Install using yum installer === sudo rpm --import https://pack...")
- 12:51, 11 August 2023 Kpe talk contribs created page Features/Duplicate prevention (Created page with "=== PLACEHOLDER ARTICLE === Entity: Check for duplicates Field: Is part of a unique key Note checks realtime when entering data")
- 09:04, 11 August 2023 Kpe talk contribs created page Nomenclature (Created page with "* Entity * Record * Status * Block * Section * Frontend * Backend")
- 15:25, 10 August 2023 Nun talk contribs moved page Status level dependencies to Features/Status level dependencies
- 15:08, 10 August 2023 Nun talk contribs created page File:Level dependency.png
- 15:08, 10 August 2023 Nun talk contribs uploaded File:Level dependency.png
- 15:08, 10 August 2023 Nun talk contribs created page File:Advanced toggle.png
- 15:08, 10 August 2023 Nun talk contribs uploaded File:Advanced toggle.png
- 15:07, 10 August 2023 Nun talk contribs created page File:Picture 2.png
- 15:07, 10 August 2023 Nun talk contribs uploaded File:Picture 2.png
- 15:02, 10 August 2023 Nun talk contribs created page Status level dependencies (Created blank page)
- 15:01, 10 August 2023 Nun talk contribs deleted page Index.php?title=Features/Status level dependencies (content was: "", and the only contributor was "Nun" (talk))
- 15:01, 10 August 2023 Nun talk contribs created page Index.php?title=Features/Status level dependencies (Created blank page)
- 15:00, 10 August 2023 Nun talk contribs deleted page Features/Status level dependencies (broken page)
- 14:59, 10 August 2023 Tvi talk contribs changed group membership for Nun from (none) to administrator
- 14:51, 10 August 2023 Tvi talk contribs moved page Index.php?title=Features/Status level dependencies to Features/Status level dependencies without leaving a redirect (Broken url)