summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23844 from owncloud/disable-userThomas Müller2016-05-033-19/+128
|\ | | | | Add occ commands to enable and disable a user + a disabled user can n…
| * Add provisioning api to enable and disable usersThomas Müller2016-05-023-19/+128
| |
* | Merge pull request #24389 from owncloud/login-by-emailLukas Reschke2016-05-033-0/+26
|\ \ | | | | | | Allow login by email address
| * | Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-023-0/+26
| | |
* | | Merge pull request #24392 from owncloud/declare-cron-jobs-in-info.xmlThomas Müller2016-05-034-7/+3
|\ \ \ | | | | | | | | Declare cron jobs in info.xml
| * | | Add background job declaration of dav app to info.xmlThomas Müller2016-05-034-7/+3
| | | |
* | | | Merge pull request #22989 from owncloud/lock_sharing_opsMorris Jobke2016-05-032-43/+222
|\ \ \ \ | |/ / / |/| | | Add locking to modifying operation of the OCS Share API
| * | | Unlock before all returnsRoeland Jago Douma2016-04-301-7/+50
| | | |
| * | | Add locking to modifying operation of the OCS Share APIRoeland Jago Douma2016-04-302-39/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #17243 This is done in the OCS Share API instead of the share manager since we want lazy shares in general. However when doing modifying calls via the OCS Share API it is fine to force real nodes. * Updated unit tests to work with logging
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-034-0/+4
| | | |
* | | | Merge pull request #24394 from owncloud/cleanup_share_classmapRoeland Douma2016-05-037-19/+11
|\ \ \ \ | | | | | | | | | | Cleanup Files_Sharing CLASSPATH
| * | | | Cleanup Files_Sharing CLASSPATHRoeland Jago Douma2016-05-027-19/+11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OC\Files\Cache\SharedScanner * OC\Files\Cache\Shared_Cache * OC\Files\Cache\Shared_Permissions * OC\Files\Cache\Shared_Updater * OC\Files\Cache\Shared_Watcher * OCA\Files\Share\Maintainer * OCA\Files\Share\Proxy
* / | | Move activity manager to the namespaceJoas Schilling2016-05-021-2/+2
|/ / /
* | | Merge pull request #24238 from owncloud/caldav-test-event-in-far-futureJoas Schilling2016-05-023-4/+8
|\ \ \ | | | | | | | | Test an event in the far future
| * | | firstoccurence and lastoccurence have a length now - triggering BIGINT on ↵Thomas Müller2016-04-292-1/+3
| | | | | | | | | | | | | | | | postgres - refs #24221
| * | | Test an event in the far future - refs #24221Thomas Müller2016-04-291-3/+5
| | | |
* | | | Merge pull request #24376 from owncloud/remove_dead_codeRoeland Douma2016-05-021-15/+0
|\ \ \ \ | | | | | | | | | | Remove dead code
| * | | | Remove dead codeRoeland Jago Douma2016-05-021-15/+0
| | | | | | | | | | | | | | | | | | | | Ancient files_sharing updater code I came across.
* | | | | Merge pull request #24341 from owncloud/scan-nfd-showwarningMorris Jobke2016-05-022-2/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add files:scan warning when NFD or incompatible encoding found
| * | | | Fix SMB storage to not normalize UTF8Vincent Petry2016-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure that even if a NFD file name exists, it is found by the storage and will be visible to higher layers. Even though the file will be discarded anyway there, it gives the scanner a chance to display a warning at least.
| * | | | Add files:scan warning when NFD or incompatible encoding foundVincent Petry2016-04-291-1/+18
| | |/ / | |/| |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0210-0/+22
| |/ / |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-0118-24/+116
| | |
* | | There is no need to do old etag propagationRoeland Jago Douma2016-04-302-101/+0
| |/ |/| | | | | Etags are calculated differently now and don't require manual updating.
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-3014-20/+26
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-2916-0/+110
|
* Merge pull request #24287 from owncloud/smb-110Vincent Petry2016-04-288-41/+122
|\ | | | | update icewind/streams to 1.1.0
| * update icewind/streams to 1.1.0Robin Appelman2016-04-268-41/+122
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2820-0/+180
| |
* | Merge pull request #22777 from owncloud/encrypt_all_master_keyThomas Müller2016-04-274-29/+116
|\ \ | | | | | | improved encrypt-all script
| * | if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle2016-04-262-5/+38
| | |
| * | don't create a private-/public-key pair for each user if the master key is ↵Bjoern Schiessle2016-04-263-24/+78
| |/ | | | | | | enabled
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-2734-2/+92
| |
* | Merge pull request #24027 from owncloud/translate_ocs_shareThomas Müller2016-04-264-63/+94
|\ \ | |/ |/| Translate OCS Share API error messages
| * Translate OCS Share API error messagesRoeland Jago Douma2016-04-254-63/+94
| | | | | | | | For https://github.com/owncloud/core/issues/22209
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-26192-1076/+1160
| |
* | Merge pull request #23726 from owncloud/ldap-wizard-improve-status-indicatorThomas Müller2016-04-251-0/+11
|\ \ | | | | | | LDAP Wizard: reset connection status indicator when switching LDAP co…
| * | LDAP Wizard: reset connection status indicator when switching LDAP configArthur Schiwon2016-04-251-0/+11
| | |
* | | Merge pull request #22648 from owncloud/propagate-singleThomas Müller2016-04-252-2/+1
|\ \ \ | | | | | | | | do propagation in a single query
| * | | do propagation in a single queryRobin Appelman2016-04-252-2/+1
| |/ /
* | | Merge pull request #24244 from owncloud/mount-uniqueVincent Petry2016-04-252-2/+22
|\ \ \ | |/ / |/| | don't get the config for the same mount multiple times
| * | add testRobin Appelman2016-04-251-0/+11
| | |
| * | don't get the config for the same mount multiple timesRobin Appelman2016-04-251-2/+11
| | |
* | | Merge pull request #24052 from owncloud/fix-ldap-cache-race-conditionsThomas Müller2016-04-256-48/+32
|\ \ \ | | | | | | | | Fix LDAP race conditions
| * | | Fix LDAP race conditionsMorris Jobke2016-04-206-48/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values
* | | | Merge pull request #24240 from owncloud/issue-24233-add-missing-use-statementThomas Müller2016-04-251-0/+1
|\ \ \ \ | | | | | | | | | | Add missing use statement
| * | | | Add missing use statementJoas Schilling2016-04-251-0/+1
| | | | |
* | | | | Merge pull request #24230 from owncloud/you-form-of-activitiesLukas Reschke2016-04-251-0/+35
|\ \ \ \ \ | |_|_|/ / |/| | | | Translate the current user with "You ..."
| * | | | Translate the current user with "You ..."Joas Schilling2016-04-251-0/+35
| |/ / /
* | | | Merge pull request #24214 from owncloud/fix-ldap-connection-unbind-on-loginVincent Petry2016-04-252-11/+3
|\ \ \ \ | | | | | | | | | | on clone Connection, do not take over the existing LDAP resource