summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix sorting of appsRobin Appelman2014-06-031-1/+5
|
* Prevent js errorRobin Appelman2014-06-031-1/+3
|
* Fix phpdocRobin Appelman2014-06-031-1/+1
|
* Add option to enable app for specific groupsRobin Appelman2014-06-035-9/+86
|
* Trigger change event on multiselect changeRobin Appelman2014-06-031-0/+1
|
* Allow enabling apps by group by setting the config value to a json encoded ↵Robin Appelman2014-06-031-248/+258
| | | | array of groups
* Merge pull request #8806 from owncloud/add_share_indexMorris Jobke2014-06-021-0/+12
|\ | | | | add share index
| * add share indexFrank Karlitschek2014-05-311-0/+12
| |
* | Merge pull request #8676 from owncloud/encryption_improvementsMorris Jobke2014-06-024-155/+102
|\ \ | | | | | | cleanup encryption code, improved return codes
| * | ceanup encryption code, improved return codesBjoern Schiessle2014-06-024-155/+102
| | |
* | | Merge pull request #8613 from owncloud/filesize-alignmentMorris Jobke2014-06-024-3/+24
|\ \ \ | | | | | | | | Improve aligment of file size
| * | | display "<1 kB" for really small filesMorris Jobke2014-06-024-3/+24
| | | | | | | | | | | | | | | | | | | | * added parameters for humanFileSize to trigger that behaviour * add unit tests for that
* | | | Merge pull request #8712 from owncloud/l10n-fully-translatable-webdavFrank Karlitschek2014-06-024-5/+5
|\ \ \ \ | | | | | | | | | | fully translatable user_webdav
| * | | | document always links to the current version of OCVolkan Gezer2014-05-292-2/+2
| | | | |
| * | | | fully translatable user_webdavVolkan Gezer2014-05-294-5/+5
| | | | |
* | | | | Merge pull request #8784 from owncloud/fold-reshare-settingsMorris Jobke2014-06-022-10/+11
|\ \ \ \ \ | | | | | | | | | | | | make reshare settings foldable
| * | | | | make reshare settings foldableVolkan Gezer2014-05-292-10/+11
| | | | | |
* | | | | | Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579Arthur Schiwon2014-06-022-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
* | | | | | Merge pull request #8718 from owncloud/share_icons_for_shared_byVincent Petry2014-06-021-13/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | add share icons for folders shared by the current user
| * | | | | | add share icons for folders shared by the current userBjoern Schiessle2014-05-301-13/+31
| | | | | | |
* | | | | | | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-023-1/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add CSRF check on login and logout
| * \ \ \ \ \ \ Merge branch 'master' into csrf-on-login-and-logoutThomas Müller2014-05-191565-36600/+68630
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php
| * | | | | | | | Redirect to index if the logout link is accessed without valid sessionLukas Reschke2014-05-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed to prevent "Token expired" messages while login if a session is expired @see https://github.com/owncloud/core/pull/8443#issuecomment-42425583
| * | | | | | | | Add CSRF check on login and logoutLukas Reschke2014-05-043-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it.
* | | | | | | | | Merge pull request #8807 from owncloud/add_filecache_indexVincent Petry2014-06-021-0/+15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | add another index to the filecache to reduce the number of queries witho...
| * | | | | | | | | add another index to the filecache to reduce the number of queries without a ↵Frank Karlitschek2014-05-311-0/+15
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | matching index
* | | | | | | | | Merge pull request #8187 from owncloud/escape-more-characterMorris Jobke2014-06-022-1/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Also encode > and '
| * | | | | | | | Fix typoLukas Reschke2014-05-311-1/+1
| | | | | | | | |
| * | | | | | | | Add unit tests for escapeHTMLLukas Reschke2014-05-281-0/+11
| | | | | | | | |
| * | | | | | | | Also encode > and 'Lukas Reschke2014-04-131-1/+1
| | | | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-0249-95/+105
| | | | | | | | |
* | | | | | | | | Merge pull request #8811 from owncloud/fix-phpdoc-apBernhard Posselt2014-06-011-9/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix PHPDoc
| * | | | | | | | | Fix PHPDocLukas Reschke2014-06-011-9/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove not anymore existing parameters - Fix typo
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-01367-2242/+2464
| | | | | | | | |
* | | | | | | | | Merge pull request #8798 from owncloud/fix-corejsVincent Petry2014-05-311-3/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix undefined JS on login/setup page
| * | | | | | | | Fix undefined JS on login/setup pageVincent Petry2014-05-301-3/+3
| | | | | | | | |
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-05-31310-8947/+18171
| | | | | | | | |
* | | | | | | | | Merge pull request #8800 from owncloud/db-changes-as-required-by-8483Thomas Müller2014-05-314-98/+65
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Database code cleanup
| * | | | | | | | | - fix dropTable() and introduce tableExists()Thomas Müller2014-05-304-98/+65
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables
* | | | | | | | | Merge pull request #8444 from owncloud/cleanup-list-codeThomas Müller2014-05-303-17/+14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup code of files_sharing/ajax/ a little bit
| * \ \ \ \ \ \ \ \ Merge branch 'master' into cleanup-list-codeThomas Müller2014-05-191565-36596/+68631
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/ajax/list.php
| * | | | | | | | | Add missing \Lukas Reschke2014-05-041-1/+1
| | | | | | | | | |
| * | | | | | | | | Cleanup code a little bitLukas Reschke2014-05-043-23/+15
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use OCP\Response constants instead of the HTTP error code - Use checkAppEnabled() instead of OC_App::isEnabled with an if statement - Remove uneeded variable $baseURL - Rename $isvalid to $isValid
* | | | | | | | | Merge pull request #7614 from owncloud/test_annotations_workingThomas Müller2014-05-303-0/+34
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Check if ReflectionMethod::getDocComment is working
| * | | | | | | | adding annotation check to checkServer()Thomas Müller2014-05-191-0/+6
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into test_annotations_workingThomas Müller2014-05-191535-35935/+67372
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php
| * | | | | | | | adopt new settings styleThomas Müller2014-05-091-2/+2
| | | | | | | | |
| * | | | | | | | Check if ReflectionMethod::getDocComment is workingThomas Tanghus2014-05-093-0/+28
| | | | | | | | |
* | | | | | | | | Merge pull request #8607 from owncloud/filescan_app_hookOwen Winkler2014-05-302-9/+46
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow apps to control via a hook skipping add/remove a file during filescan
| * | | | | | | | | Missed one.ringmaster2014-05-301-1/+1
| | | | | | | | | |