2039 Commits

Author SHA1 Message Date
Victor Dubiniuk
a662ebf5ab Add Edit action in files. Closes #134 2013-12-02 16:25:45 +03:00
Victor Dubiniuk
9ef49d48f8 Center No documents message. Fixes #141 2013-12-02 16:14:56 +03:00
Victor Dubiniuk
a3934b9c60 Remove shadow in viewer. Fixes #142 2013-12-02 16:08:09 +03:00
Jenkins for ownCloud
2ac91d4bcf [tx-robot] updated from transifex 2013-11-29 11:22:02 -05:00
VicDeo
628f0f3fb7 Merge pull request #136 from owncloud/sql-cleanup
Sql cleanup
2013-11-28 12:02:18 -08:00
daniel
1ca71cf4b3 remove newline at end of file (editor added that automatically) 2013-11-28 20:21:03 +01:00
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.
2013-11-28 20:14:46 +01:00
Victor Dubiniuk
9ab3c0cbce Make sure that DB has no broken entries created on prerelease evaluation 2013-11-27 18:02:16 +03:00
Victor Dubiniuk
0a44da4e80 Bump version 2013-11-27 17:28:28 +03:00
Jenkins for ownCloud
70980e7a75 [tx-robot] updated from transifex 2013-11-27 09:17:05 -05:00
VicDeo
5bdad7be17 Merge pull request #133 from owncloud/member-management
Member management
2013-11-27 05:58:52 -08:00
Victor Dubiniuk
190e161b44 Fixing avatar 2013-11-26 23:16:39 +03:00
Victor Dubiniuk
1eab8089ee Patch fixup 2013-11-26 18:21:30 +03:00
Friedrich W. H. Kossebau
c0da073794 Sync with webodf 6c0affd94e1aa9d706ea8aadd3509db04bc17235
* write correct meta-data into every document on save
* remove need for regular polling of data about sessionmember
* fix for spaces entered after a tab
* small performance improvements
2013-11-26 17:52:09 +03:00
Jenkins for ownCloud
3b6dff823f [tx-robot] updated from transifex 2013-11-26 01:18:42 -05:00
Friedrich W. H. Kossebau
4bf872b95c Small fixes to updateWebODF.sh 2013-11-26 00:23:20 +01:00
Victor Dubiniuk
2bab561b41 Add more upstream patches 2013-11-26 00:14:49 +03:00
Victor Dubiniuk
f93edc4e35 Inject RemoveMember on leave 2013-11-25 23:40:49 +03:00
Victor Dubiniuk
208c5c80b3 Cleanup otpoll 2013-11-25 23:22:01 +03:00
Victor Dubiniuk
c5e565cf8a Inject AddMember on join 2013-11-25 23:21:45 +03:00
Victor Dubiniuk
46d2dc1644 User management ops on the server side 2013-11-25 23:21:07 +03:00
Victor Dubiniuk
8a337ebfad Invert condition 2013-11-25 20:42:54 +03:00
Jenkins for ownCloud
db7cf60045 [tx-robot] updated from transifex 2013-11-23 22:06:29 -05:00
Victor Dubiniuk
8576dc79a1 Fix apps scrollbar. Closes #132 2013-11-22 17:43:13 +03:00
Jenkins for ownCloud
221a5e4f88 [tx-robot] updated from transifex 2013-11-21 18:13:55 -05:00
Victor Dubiniuk
99818f98ea Do not create -conflict if versions are enabled 2013-11-21 23:38:39 +03:00
Jenkins for ownCloud
3830de9dda [tx-robot] updated from transifex 2013-11-20 16:10:05 -05:00
Victor Dubiniuk
78b28eb9ad Improve toolbar. Fix #131 2013-11-20 17:09:17 +03:00
Victor Dubiniuk
d003e7bea3 translate buttons 2013-11-18 18:13:52 +03:00
Jenkins for ownCloud
758b14f6e5 [tx-robot] updated from transifex 2013-11-15 20:05:27 -05:00
VicDeo
1e513e03a3 Merge pull request #130 from kossebau/webodf-sync-15.11.13
Sync with webodf 1875ef27bc220bc49dc6092e7de9b5e184c2e855
2013-11-15 13:11:53 -08:00
Friedrich W. H. Kossebau
15b7bdfd9d Sync with webodf 1875ef27bc220bc49dc6092e7de9b5e184c2e855
* adds support for direct text styling:
  + bold
  + italic
  + underline
  + strikethrough,
  + font
  + fontsize
* fixes broken OT on selections vs. other editing operations
* performance improvements with big documents
2013-11-15 19:02:20 +01:00
Victor Dubiniuk
d968b2afe5 UI for connection is lost 2013-11-14 19:02:46 +03:00
Victor Dubiniuk
b597a972c5 Improve translator function. Ref #14 2013-11-14 16:04:50 +03:00
Victor Dubiniuk
680ec43ee7 Initial hackish translator function. Ref #14 2013-11-14 04:18:08 +03:00
Victor Dubiniuk
b7e79595ef Sort and deduplicate results, ref #14 2013-11-14 03:50:02 +03:00
Victor Dubiniuk
c2dbf80d0f Adding simple locale parser and parsing result. Ref #14 2013-11-14 03:22:04 +03:00
Jenkins for ownCloud
365b0e6357 [tx-robot] updated from transifex 2013-11-13 17:05:11 -05:00
Victor Dubiniuk
4e8c4781db Do not reset styles with dojo 2013-11-14 00:01:08 +03:00
Victor Dubiniuk
8dec0a3119 Fix first row items misposition 2013-11-13 19:50:29 +03:00
Victor Dubiniuk
eae804588b Show loader for documents list. Closes #103 2013-11-12 19:16:05 +03:00
Victor Dubiniuk
dc9b9b557f Viwer for files, editor for documents. Closes #108 2013-11-12 18:51:45 +03:00
Jenkins for ownCloud
258a34a776 [tx-robot] updated from transifex 2013-11-11 02:52:36 -05:00
Victor Dubiniuk
726ebbcb30 handle password protected links. Closes #97 2013-11-10 12:50:06 +03:00
VicDeo
0a35852e67 Merge pull request #102 from kossebau/webodf-sync-07.11.13
Sync with webodf 379ba3bfff4a7d736109f48c8ab72ea649a77918
2013-11-09 10:37:34 -08:00
Friedrich W. H. Kossebau
47c0cbc5e8 Sync with webodf 379ba3bfff4a7d736109f48c8ab72ea649a77918
* enables initial support for integrating into OC-Docs translation system
* fixes broken paragraphstyle dialog on 2nd and later editor start with the same OC-App page-life-cycle
* showing selections of other users, not just the cursor
* lots of small fixes with cursor/selection
2013-11-09 18:01:43 +01:00
Victor Dubiniuk
b31a010018 Fix updating document hash while saving 2013-11-09 18:24:03 +03:00
Victor Dubiniuk
e60c91acbb Add missed files 2013-11-09 17:30:46 +03:00
Victor Dubiniuk
bfa914d8b2 Make sure fs has subdir documents always 2013-11-09 17:29:12 +03:00
Victor Dubiniuk
e63943cc52 Fix view path 2013-11-09 13:10:00 +03:00