Commit Graph

166 Commits (c166c7b18907bb5e25144723810bf567b1910a30)

Author SHA1 Message Date
Victor Dubiniuk 76ef4e48aa ByeBye static Config class 9 years ago
Victor Dubiniuk b8917435f3 Use different entry points for users and guests 9 years ago
Victor Dubiniuk dfc91185f0 Remove private and deprecated API calls 9 years ago
Victor Dubiniuk 58725da687 Remove deprecated API usage. Step 2 9 years ago
Victor Dubiniuk 8897dda9ab Remove deprected API usage. Step 1 9 years ago
Victor Dubiniuk 03b6ccb113 0.10.1 9 years ago
Thomas Müller 3da0cd1fd5 Fix the app 9 years ago
RealRancor ced3dd3c66 Fix "Undefined index: REQUEST_URI" on cron runs 9 years ago
Victor Dubiniuk a8e1d14622 Add more tags in description and update version 9 years ago
Victor Dubiniuk a5ae82e870 Use closure for navigation. Fixes #486 9 years ago
Bernhard Posselt e9d95b6acd do not load scripts for all apps 9 years ago
Victor Dubiniuk 117ead441b Update appinfo to actual state 9 years ago
David Prévot 3359db959d Drop useless execution bits 9 years ago
Joas Schilling 766766c8f2 Remove is shipped 9 years ago
Victor Dubiniuk 3e5b13f752 Fix member disconnection routes 10 years ago
Victor Dubiniuk 65de023e94 Use a separate field for optype. No more LIKE in queries 10 years ago
Victor Dubiniuk 849bbe5be7 Add extra option to disable doc(x) support 10 years ago
Victor Dubiniuk 4476742856 generic avatar is no used anymore -> kill it 10 years ago
Victor Dubiniuk d24863e97e Only GET 10 years ago
Victor Dubiniuk 4f19683c03 Inject logger 10 years ago
Victor Dubiniuk d7b06b635a Move otpoll to session controller 10 years ago
Victor Dubiniuk 815194cddb Move supported mimes to settings controller 10 years ago
Victor Dubiniuk 45c30440b8 Move download to documentcontroller 10 years ago
Victor Dubiniuk 33dfec8804 Migrate settings controllers to appframework 10 years ago
Victor Dubiniuk 595b2fbf96 Migrate major controllers to appframework 10 years ago
Victor Dubiniuk 58c7575a92 Declare routes required by breaking routing change in core 10 years ago
Victor Dubiniuk 1a545d4941 Remove info routes and action 10 years ago
Victor Dubiniuk c49415d764 Remove routes and action 10 years ago
Victor Dubiniuk c0749af35b Add routes 10 years ago
Victor Dubiniuk 3196f5fc91 Filter_Office -> Filter\Office 10 years ago
Victor Dubiniuk eb170d6713 Download_Simple -> Download\Simple 10 years ago
Victor Dubiniuk 6edaca04cd Download_Range -> Download\Range 10 years ago
Victor Dubiniuk fbb931c91e Db_Member -> Db\Member 10 years ago
Victor Dubiniuk 214c6dfa36 Db_Op -> Db\Op 10 years ago
Victor Dubiniuk 7356dcfae3 Db_Session -> Db\Session 10 years ago
Georg Ehrke 616cbc3d2d increment version number 10 years ago
Georg Ehrke 51d27fd186 add ocsid 10 years ago
David Prévot a8192dfc48 Fix comment about LGPL 10 years ago
Victor Dubiniuk 13b73b12c1 Store share token to guest users 10 years ago
Victor Dubiniuk 65ea9a891a Fix year in copyright 10 years ago
Victor Dubiniuk caf3678ce0 Unify translation 10 years ago
Victor Dubiniuk 61576a8374 Add db flag for guests 10 years ago
Victor Dubiniuk a341ca775a OC6 as a least required version 10 years ago
Victor Dubiniuk 1bbcd7f6af Add config page and settings 10 years ago
Victor Dubiniuk e4ce2258e1 MS formats. First approach 10 years ago
Victor Dubiniuk f26e107504 No more barrier to enter for guests. Closes #200 10 years ago
Victor Dubiniuk d1aee9fe68 Remove dead code 10 years ago
Victor Dubiniuk 988ae02b8e Move rename controller to document 11 years ago
Vincent Petry d56ef4f0b6 Make it possible to rename documents by clicking on title 11 years ago
daniel 1ca71cf4b3 remove newline at end of file (editor added that automatically) 11 years ago
daniel a9f1c04ed2 remove unnecessary sub-select
member_id is the primary key and therefore unique => the nested select statement is not necessary and only adds additional computational overhead on the db.
11 years ago
Victor Dubiniuk 9ab3c0cbce Make sure that DB has no broken entries created on prerelease evaluation 11 years ago
Victor Dubiniuk 0a44da4e80 Bump version 11 years ago
Victor Dubiniuk e60c91acbb Add missed files 11 years ago
Victor Dubiniuk bfa914d8b2 Make sure fs has subdir documents always 11 years ago
Victor Dubiniuk bb87497541 Hide unstable settings 11 years ago
Victor Dubiniuk 9b0afdd44a Disconnect user on leaving a session. Closes #15 11 years ago
Victor Dubiniuk e3f26447c1 Translate appp title in navigation 11 years ago
Victor Dubiniuk c5e452f888 Bump version 11 years ago
Victor Dubiniuk adf5aafe70 Integrate odf viewer 11 years ago
Morris Jobke 35d055b436 Fix app ordering - ref owncloud/core#4324 11 years ago
Frank Karlitschek f930623d6b enable by default 11 years ago
Victor Dubiniuk ad8c163436 Default documents dir for upload. Ref #49 11 years ago
Victor Dubiniuk 7b858e75b5 Migrate to simple orm 11 years ago
Victor Dubiniuk e3e8ef5b58 Refactoring permissions. Allow guests to join session 11 years ago
Victor Dubiniuk 20da92fc4e Initial work on public links 11 years ago
Victor Dubiniuk 8aee613fca Sharing 11 years ago
Victor Dubiniuk c6a207ec51 No need in explicit start session. It is started by the first join. Partially Ref #4 11 years ago
Victor Dubiniuk 4ded21f3ac Bump version 11 years ago
Victor Dubiniuk 2703bdc095 Correct field comments. Fixes #40 11 years ago
Victor Dubiniuk 1a92e7c1b4 Create new document. Ref #34 11 years ago
Jan-Christoph Borchardt 95eb059f5b add Documents app icon 11 years ago
Victor Dubiniuk 136f445581 Cleanup session data if original file is removed 11 years ago
Victor Dubiniuk c128a4ac2e Remove stable5 compatibility code. Compatible with 5.0.11+ only anyway 11 years ago
Victor Dubiniuk 0fd9b8cbcc Use parent namespace in subclasses 11 years ago
Victor Dubiniuk e2b65db967 Required OC version was a bit soft 11 years ago
Victor Dubiniuk a481bcc5bf OC5 autoloader fixes 11 years ago
Victor Dubiniuk a92c665916 Split controllers 11 years ago
Jörn Friedrich Dreyer 84c9eb786d add lengths to text to prevent mdb2 schema creation hiccups on stable5 11 years ago
Jörn Friedrich Dreyer 3ada1fcc1d introduce documents_revisions table, whitespace changes 11 years ago
Jörn Friedrich Dreyer e62bae00b4 move documents.php functionality to controller, add route 11 years ago
Jörn Friedrich Dreyer 7bc25ec0ce rename office -> documents 11 years ago
Jörn Friedrich Dreyer 74011e3fc6 convert preview to list 11 years ago
Jörn Friedrich Dreyer df6af65b09 fix schema for mysql 11 years ago
Victor Dubiniuk 84a0bb00b5 First portion of UI changes according to Jans vision 11 years ago
Victor Dubiniuk 32b08e7040 Initial backend for save 11 years ago
Victor Dubiniuk 922cdec6b8 Merge session list with document list 11 years ago
Victor Dubiniuk 0d6d3a5d22 App settings 11 years ago
Victor Dubiniuk 70a20ebc93 Switch to fileid 11 years ago
Victor Dubiniuk f975f4a268 Remove cursor on timeout 11 years ago
Victor Dubiniuk 35837010ae Split controller 11 years ago
Victor Dubiniuk c1c01c364c Invitations. Ugly but works 11 years ago
Victor Dubiniuk c3fae98bfe New sessions list 11 years ago
Victor Dubiniuk fca0cea3ef Add invite to DB 11 years ago
Victor Dubiniuk 86952308ce MemberId, not member 11 years ago
Victor Dubiniuk 40b89a5635 Use uid to link oC metadata 11 years ago
Victor Dubiniuk ab9ceaf3f4 Code deduplication 11 years ago
Victor Dubiniuk b4c8bc13c2 Db schema changed. Reinstall needed :) 11 years ago
Victor Dubiniuk 0fe3e2717a Generic avatar 11 years ago
Victor Dubiniuk 9658890600 Joining session works 11 years ago