Questions tagged [sensenet]

Sense/Net is an enterprise grade open source application suite for building integrated Enterprise Content Management (ECM, ECMS) and Enterprise Portal (EPS) solutions running on the .NET platform.

Sense/Net ECM is the first Open Source Enterprise Content Management system for the .NET platform, a perfect alternative to proprietary ECM suites, such as SharePoint. With wider functionality than most open source Web CMS packages, Sense/Net is ideal for building enterprise Intranets, Extranets and Internet sites.

  • Content Repository with powerful search and query for storing millions of documents
  • Workspaces, lists and libraries for collaboration and document management
  • Enterprise 2.0 style collaboration, User profiles, Workspace Wall, Comment & Like function
  • WebDAV protocol and Microsoft Office integration for enhanced user experience
  • Windows Workflow Foundation 4 based workflows for BPM
  • Skin system, WYSIWYG and Smart Application Model for managing loads of web content
  • ASP.NET based development platform with Webpart and MVC support
  • OData REST API
  • Scalable Enterprise Architecture and Active Directory integration for enterprise deployment
  • Free Community and supported Enterprise editions with professional training.

More details can be found at these links:

https://www.sensenet.com/

https://community.sensenet.com/

https://github.com/SenseNet

http://sensenet.codeplex.com/

129 questions
0
votes
1 answer

What is the best method to determine file size resource usage in SenseNet?

In order to charge appropriately for resource usage, i.e. database storage, we need to know the size of our client's files. Is there a simple way to calculate the resource usage for client's Workspace?
Thane Plummer
  • 7,966
  • 3
  • 26
  • 30
0
votes
1 answer

Can I count the number of results in my Lucene query

I would like to create a smart folder to count how many items I have with certain conditions. I have not found any command in the wiki to make the query return the number of results instead of the items themselves. Thanks in advance. BR, Szeki
0
votes
1 answer

Sensenet does not respond after installation is completed and trying to access URL " http://localhost:xxxx/Root/Sites/Default_site"

I have installed Sensenet Services and Sensenet ECM Webpages packages in my .Net project using Nuget packages and followed the installation steps mentioned in the readme file. My Global.asax' markup looks like <%@ Application…
0
votes
1 answer

Initialization of a Repository with access and refresh token obtained from /Sn-out/login? provider=my_name

I have a problem with initializing a Repository from sn-client-js. I'm using a custom OAuth provider and I successfully received an object with the access and the refresh token. Now I want to initialize a Repository and use it to list and modify…
0
votes
1 answer

Office integration with custom OAuth provider

I created custom OAuth provider. Now I have problem with Office integration. When user want to edit document, Word asks for username and password. Is it possible to customize Word login page, because user can login only with sensenet account, but…
0
votes
1 answer

How can I localize and translate the entire system instead of partial localization?

Using SenseNet's build-in localization feature placed in /Root/Localization, we've been able to translate only 50% of the system but not all parts of the system. Is it possible to translate and localize the entire system using SenseNet's build-in…
Saeed Aghdam
  • 307
  • 3
  • 11
0
votes
1 answer

Sensenet : Search documents by its content

I can see the document list can be searched by matching a value of document properties. But I need to search document list which has a specific word in their content. How can I achieve this by oData.svc query? Is it possible using Lucene Index…
0
votes
1 answer

How SenseNet Permission System on The Content Tree

I am still trying to understand how SenseNet permission system works. For that I read SenseNet wiki pages and done following use case diagram: I did not understand "permission tree", "Explicite list", "Effective list" concepts and the visualized…
Anas Tina
  • 329
  • 1
  • 2
  • 14
0
votes
1 answer

SetPermission With sensenet API - version 6.3

I am working on sensenet API. I faced an issue with setPermission on sensenetAPI security. As per concern, when I create a document I would like to give See, open, Save and RunApplication permission as a default for newly created document to the…
Priyal Pithadiya
  • 889
  • 1
  • 5
  • 12
0
votes
1 answer

SenseNet Content Security Model How to read View PermissionInfoView

Please explain how content security works on SenseNet. Especially how to read the following SN database view: PermissionInfoView What EFEntries(LocalOnly) flag is used for?
Anas Tina
  • 329
  • 1
  • 2
  • 14
0
votes
2 answers

Where can I set the timeout limit for Sensenet admin users?

I've found an article about the timeout, but I don't know which paramteter should be set to log me out after 10 minutes inactivity from the portal (by default it logs me out after 30 minutes). Where can I change this?
0
votes
0 answers

How do I save a custom entity in the Sensenet database?

I'm trying to save a custom entity in the Sensenet database with an api call. How do I create the model in the Sensenet database? Preferably in the ASP.NET project or with an api call from the front-end. What url do I POST the entity to, to save…
Janneman96
  • 374
  • 1
  • 8
  • 24
0
votes
1 answer

Can not create a content hierarchy inside a shared folder

I followed the steps in this post successfully, but I cannot make a new text document inside the shared folder. I can create a top level folders inside the the shared folder, but I cannot also browse the folder to create second level folders and so…
Anas Tina
  • 329
  • 1
  • 2
  • 14
0
votes
1 answer

Sensenet Content Picker

How can I initialize Content Picker for ReferenceGrid field control to display content from current workspace only?
0
votes
1 answer

SN. FlatProperties Table Design

I would like to ask about why sensenet chooses the following numbers for the number of primitive properties per page: nvarchar : 80 int : 40 datetime : 25 money : 15 Is it related to sql server max record size whcih is 8 K Bytes? thanks.
Anas Tina
  • 329
  • 1
  • 2
  • 14
1 2 3
8 9